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++;