﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
19951	incorrect use of self and $this simultaneously	diddledan		"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; ?>
}}}
"	defect (bug)	closed	normal		Administration	3.3.1	minor	duplicate		
