Mark the string for translation. see #22896.
git-svn-id: http://core.svn.wordpress.org/trunk@23379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d2338eff1e
commit
574eb39978
|
@ -123,7 +123,7 @@ function wp_deregister_script( $handle ) {
|
|||
);
|
||||
|
||||
if ( in_array( $handle, $no ) ) {
|
||||
$message = sprintf( 'Do not deregister the %1$s script in the administration area. To target the frontend theme, use the %2$s hook.',
|
||||
$message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the frontend theme, use the %2$s hook.' ),
|
||||
"<code>$handle</code>", '<code>wp_enqueue_scripts</code>' );
|
||||
_doing_it_wrong( __FUNCTION__, $message, '3.6' );
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue