Changeset 23379 for trunk/wp-includes/functions.wp-scripts.php
- Timestamp:
- 02/02/2013 03:42:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.wp-scripts.php
r23378 r23379 124 124 125 125 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.' ), 127 127 "<code>$handle</code>", '<code>wp_enqueue_scripts</code>' ); 128 128 _doing_it_wrong( __FUNCTION__, $message, '3.6' );
Note: See TracChangeset
for help on using the changeset viewer.