Remove extra $. see #20103.
git-svn-id: http://svn.automattic.com/wordpress/trunk@20052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cba9bc1cfb
commit
57f8d7715f
|
@ -163,7 +163,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
|
|||
}
|
||||
|
||||
function no_items() {
|
||||
if ( ! $$this->has_items )
|
||||
if ( ! $this->has_items )
|
||||
_e( 'No themes found.' );
|
||||
else
|
||||
_e( 'You do not appear to have any themes available at this time.' );
|
||||
|
|
Loading…
Reference in New Issue