Help style refresh, part 1. A few elements left to add/tweak. see #18690.

git-svn-id: https://develop.svn.wordpress.org/trunk@18866 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-10-02 18:19:49 +00:00
parent fefbcce590
commit d6f613fcd3
8 changed files with 28 additions and 22 deletions

View File

@@ -659,7 +659,8 @@ final class WP_Screen {
?>
<div id="screen-meta" class='metabox-prefs'>
<div id="contextual-help-wrap" class="hidden">
<ul class="contextual-help-tabs">
<div class="contextual-help-tabs">
<ul>
<?php foreach ( $this->_help_tabs as $i => $tab ):
$link_id = "tab-link-{$tab['id']}";
$panel_id = "tab-panel-{$tab['id']}";
@@ -672,7 +673,8 @@ final class WP_Screen {
</a>
</li>
<?php endforeach; ?>
</ul>
</ul>
</div>
<div class="contextual-help-sidebar">
<?php echo $this->_help_sidebar; ?>