Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

updated_messages missing dollar sign #38

Open
heddesheimer opened this issue Dec 9, 2015 · 0 comments
Open

updated_messages missing dollar sign #38

heddesheimer opened this issue Dec 9, 2015 · 0 comments

Comments

@heddesheimer
Copy link

I found a strange behavior when posting new custom post_types that are defined in the plugin. There is a missing dollar sign in the line for function updated_messages for message 6

6 => sprintf( __( '%1$s published. %2$sView %3$s%4s.' , 'wordpress-plugin-template' ), $this->single, '<a href="' . esc_url( get_permalink( $post_ID ) ) . '">', $this->single, '</a>' ),

the last %4s should read $4$s

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant