Make WordPress Core


Ignore:
Timestamp:
02/02/2013 03:42:10 AM (12 years ago)
Author:
SergeyBiryukov
Message:

Mark the string for translation. see #22896.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.wp-scripts.php

    r23378 r23379  
    124124
    125125        if ( in_array( $handle, $no ) ) {
    126             $message = sprintf( 'Do not deregister the %1$s script in the administration area. To target the frontend theme, use the %2$s hook.',
     126            $message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the frontend theme, use the %2$s hook.' ),
    127127                "<code>$handle</code>", '<code>wp_enqueue_scripts</code>' );
    128128            _doing_it_wrong( __FUNCTION__, $message, '3.6' );
Note: See TracChangeset for help on using the changeset viewer.