Changeset 32974 for trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r32965 r32974 85 85 $this->done_header = true; 86 86 echo '<div class="wrap">'; 87 echo '<h 2>' . $this->options['title'] . '</h2>';87 echo '<h1>' . $this->options['title'] . '</h1>'; 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.