Mark the string for translation. see #22896.

git-svn-id: https://develop.svn.wordpress.org/trunk@23379 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-02-02 03:42:10 +00:00
parent ca3bfb34f9
commit 795ea73568

View File

@ -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;