Remove extra $. see #20103.

git-svn-id: https://develop.svn.wordpress.org/trunk@20052 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-29 22:54:50 +00:00
parent c3249b5f7f
commit 76a0adc5e2
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.' );