Changeset 15938 for trunk/wp-admin/includes/template.php
- Timestamp:
- 10/23/2010 07:49:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r15918 r15938 1530 1530 */ 1531 1531 function iframe_header( $title = '', $limit_styles = false ) { 1532 global $hook_suffix; 1532 show_admin_bar( false ); 1533 global $hook_suffix; 1533 1534 ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1534 1535 <html xmlns="http://www.w3.org/1999/xhtml" <?php do_action('admin_xml_ns'); ?> <?php language_attributes(); ?>>
Note: See TracChangeset
for help on using the changeset viewer.