Changeset 45932 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 09/03/2019 12:39:13 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r45392 r45932 280 280 if ( in_array( $handle, $no ) ) { 281 281 $message = sprintf( 282 /* translators: 1: script name, 2: wp_enqueue_scripts */282 /* translators: 1: Script name, 2: wp_enqueue_scripts */ 283 283 __( 'Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.' ), 284 284 "<code>$handle</code>",
Note: See TracChangeset
for help on using the changeset viewer.