Changeset 29677 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 09/02/2014 07:34:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r28840 r29677 117 117 _doing_it_wrong( __FUNCTION__, sprintf( __( 'Scripts and styles should not be registered or enqueued until the %1$s, %2$s, or %3$s hooks.' ), 118 118 '<code>wp_enqueue_scripts</code>', '<code>admin_enqueue_scripts</code>', '<code>login_enqueue_scripts</code>' ), '3.3' ); 119 $wp_scripts = new WP_Scripts(); 119 120 return false; 120 121 } 121 122
Note: See TracChangeset
for help on using the changeset viewer.