From 731d102afb708a32df35c83b9292af71f052e0b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 21 Nov 2013 09:45:22 +0000 Subject: [PATCH] Use correct variable. props wet. fixes #26139. git-svn-id: https://develop.svn.wordpress.org/trunk@26303 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index 2332efdbba..257a6e0127 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -445,7 +445,7 @@ themes.view.Themes = wp.Backbone.View.extend({ // 'Add new theme' element shown at the end of the grid if ( themes.data.settings.canInstall ) { - this.$el.append( '

' + l10n.addNew + '

' ); + this.$el.append( '

' + l10n.addNew + '

' ); } this.parent.page++;