Changeset 28163 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 04/19/2014 06:17:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r28126 r28163 2234 2234 } 2235 2235 2236 $update_php = self_admin_url( 'update.php?action=install-theme' );2236 $update_php = network_admin_url( 'update.php?action=install-theme' ); 2237 2237 foreach ( $api->themes as &$theme ) { 2238 2238 $theme->install_url = add_query_arg( array(
Note: See TracChangeset
for help on using the changeset viewer.