Changeset 36709 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 02/25/2016 12:52:33 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r36707 r36709 221 221 222 222 if ( in_array( $handle, $no ) ) { 223 $message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the front end theme, use the %2$s hook.' ),223 $message = sprintf( __( 'Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.' ), 224 224 "<code>$handle</code>", '<code>wp_enqueue_scripts</code>' ); 225 225 _doing_it_wrong( __FUNCTION__, $message, '3.6' );
Note: See TracChangeset
for help on using the changeset viewer.