Changeset 19410 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/22/2011 09:50:50 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r19389 r19410 1678 1678 */ 1679 1679 public static function enqueue_scripts( $hook_suffix ) { 1680 if ( get_site_option( 'initial_db_version' ) >= 19389 ) // Final db_version for 3.3. 1681 return; 1682 1680 1683 /* 1681 1684 * Register feature pointers 1682 1685 * Format: array( hook_suffix => pointer_id ) 1683 1686 */ 1687 1684 1688 $registered_pointers = array( 1685 1689 'index.php' => 'wp330_toolbar',
Note: See TracChangeset
for help on using the changeset viewer.