Changeset 9578 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/09/2008 02:54:39 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9564 r9578 2653 2653 $style = 'style="display:none;"'; 2654 2654 echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . '" ' . $style . '>' . "\n"; 2655 echo "< h3 class='hndle'><span>{$box['title']}</span></h3>\n";2655 echo "<div class='handlediv'><br /></div><h3 class='hndle'><span>{$box['title']}</span></h3>\n"; 2656 2656 echo '<div class="inside">' . "\n"; 2657 2657 call_user_func($box['callback'], $object, $box);
Note: See TracChangeset
for help on using the changeset viewer.