Make WordPress Core

Changeset 26303


Ignore:
Timestamp:
11/21/2013 09:45:22 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Use correct variable. props wet. fixes #26139.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/theme.js

    r26291 r26303  
    446446        // 'Add new theme' element shown at the end of the grid
    447447        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>' );
    449449        }
    450450
Note: See TracChangeset for help on using the changeset viewer.