mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
fd1393ab7a
commit
d5d55f62a7
@ -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; ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user