Changeset 54414
- Timestamp:
- 10/07/2022 02:23:58 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-screen.php
r54133 r54414 213 213 } 214 214 215 $id = ''; 215 216 $post_type = null; 216 217 $taxonomy = null; … … 221 222 if ( $hook_name ) { 222 223 $id = $hook_name; 223 } else {224 } elseif ( ! empty( $GLOBALS['hook_suffix'] ) ) { 224 225 $id = $GLOBALS['hook_suffix']; 225 226 }
Note: See TracChangeset
for help on using the changeset viewer.