Changeset 28840
- Timestamp:
- 06/26/2014 01:37:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r25949 r28840 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 120 return false; 119 $wp_scripts = new WP_Scripts(); 121 120 } 122 121
Note: See TracChangeset
for help on using the changeset viewer.