Make WordPress Core

Changeset 19680


Ignore:
Timestamp:
01/04/2012 11:06:49 PM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/screen.php

    r19596 r19680  
    704704                    <?php if ( $has_sidebar ) : ?>
    705705                    <div class="contextual-help-sidebar">
    706                         <?php echo self::$this->_help_sidebar; ?>
     706                        <?php echo $this->_help_sidebar; ?>
    707707                    </div>
    708708                    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.