Changeset 31188 for trunk/src/wp-admin/includes/screen.php
- Timestamp:
- 01/16/2015 01:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/screen.php
r30979 r31188 375 375 public static function get( $hook_name = '' ) { 376 376 377 if ( is_a( $hook_name, 'WP_Screen' ) )377 if ( $hook_name instanceof WP_Screen ) { 378 378 return $hook_name; 379 } 379 380 380 381 $post_type = $taxonomy = null;
Note: See TracChangeset
for help on using the changeset viewer.