Fix typo in [19052]. Believe it or not, it worked as is. props TobiasBg.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-01-04 23:06:49 +00:00
parent fd1393ab7a
commit d5d55f62a7
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ final class WP_Screen {
<?php if ( $has_sidebar ) : ?>
<div class="contextual-help-sidebar">
<?php echo self::$this->_help_sidebar; ?>
<?php echo $this->_help_sidebar; ?>
</div>
<?php endif; ?>