Remove extra $. see #20103.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-02-29 22:54:50 +00:00
parent cba9bc1cfb
commit 57f8d7715f
1 changed files with 1 additions and 1 deletions

View File

@ -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.' );