Changeset 26303
- Timestamp:
- 11/21/2013 09:45:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r26291 r26303 446 446 // 'Add new theme' element shown at the end of the grid 447 447 if ( themes.data.settings.canInstall ) { 448 this.$el.append( '<div class="theme add-new-theme"><a href="' + themes.data.settings.install _uri+ '"><div class="theme-screenshot"><span></span></div><h3 class="theme-name">' + l10n.addNew + '</h3></a></div>' );448 this.$el.append( '<div class="theme add-new-theme"><a href="' + themes.data.settings.installURI + '"><div class="theme-screenshot"><span></span></div><h3 class="theme-name">' + l10n.addNew + '</h3></a></div>' ); 449 449 } 450 450
Note: See TracChangeset
for help on using the changeset viewer.