Changeset 19047
- Timestamp:
- 10/23/2011 06:01:33 PM (9 years ago)
- Location:
- trunk/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r19028 r19047 464 464 465 465 function single_row( $a_post, $level = 0 ) { 466 global $post, $ current_screen, $mode;466 global $post, $mode; 467 467 static $alternate; 468 468 -
trunk/wp-admin/includes/template.php
r19030 r19047 1371 1371 function iframe_header( $title = '', $limit_styles = false ) { 1372 1372 show_admin_bar( false ); 1373 global $hook_suffix, $current_ screen, $current_user, $admin_body_class, $wp_locale;1373 global $hook_suffix, $current_user, $admin_body_class, $wp_locale; 1374 1374 $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix); 1375 1376 $current_screen = get_current_screen(); 1375 1377 1376 1378 _wp_admin_html_begin();
Note: See TracChangeset
for help on using the changeset viewer.