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

git-svn-id: https://develop.svn.wordpress.org/trunk@19680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-01-04 23:06:49 +00:00
parent c855c642ea
commit 8b37e9a821
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; ?>