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:
Sergey Biryukov 2013-02-02 03:42:10 +00:00
parent d2338eff1e
commit 574eb39978
1 changed files with 1 additions and 1 deletions

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;