Opened 13 years ago
Closed 13 years ago
#19951 closed defect (bug) (duplicate)
incorrect use of self and $this simultaneously
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.3.1 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
the following code around line 704 of wp-admin/includes/screen.php appears to be incorrect, using both self:: and $this-> simultaneously. This shouldn't work afaict, and doesn't when using the stricter (than zend) hiphop-php runtime.
<?php if ( $has_sidebar ) : ?> <div class="contextual-help-sidebar"> <?php echo self::$this->_help_sidebar; ?> </div> <?php endif; ?>
Change History (3)
Note: See
TracTickets for help on using
tickets.
[19680]