Changeset 38810 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 10/18/2016 08:04:36 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r38519 r38810 35 35 */ 36 36 function _wp_scripts_maybe_doing_it_wrong( $function ) { 37 if ( did_action( 'init' ) ) {37 if ( did_action( 'init' ) || did_action( 'admin_enqueue_scripts' ) || did_action( 'wp_enqueue_scripts' ) || did_action( 'login_enqueue_scripts' ) ) { 38 38 return; 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.