I18N: Replace method name in a translatable string in WP_REST_Controller::register_routes()
with a placeholder.
Props ramiy. Fixes #41667. git-svn-id: https://develop.svn.wordpress.org/trunk@41587 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8b16d8976f
commit
d3f791728f
@ -36,7 +36,7 @@ abstract class WP_REST_Controller {
|
||||
* @since 4.7.0
|
||||
*/
|
||||
public function register_routes() {
|
||||
_doing_it_wrong( 'WP_REST_Controller::register_routes', __( 'The register_routes() method must be overridden' ), '4.7' );
|
||||
_doing_it_wrong( 'WP_REST_Controller::register_routes', sprintf( __( "Method '%s' must be overridden." ), __METHOD__ ), '4.7' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user