Changeset 31188 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 01/16/2015 01:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r31170 r31188 2850 2850 function wp_admin_css( $file = 'wp-admin', $force_echo = false ) { 2851 2851 global $wp_styles; 2852 if ( ! is_a($wp_styles, 'WP_Styles') )2852 if ( ! ( $wp_styles instanceof WP_Styles ) ) { 2853 2853 $wp_styles = new WP_Styles(); 2854 } 2854 2855 2855 2856 // For backward compatibility
Note: See TracChangeset
for help on using the changeset viewer.