- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r42871 r43571 68 68 'template' => urlencode( $template ), 69 69 'stylesheet' => urlencode( $stylesheet ), 70 ), admin_url( 'themes.php' ) 70 ), 71 admin_url( 'themes.php' ) 71 72 ); 72 73 $activate_link = wp_nonce_url( $activate_link, 'switch-theme_' . $stylesheet );
Note: See TracChangeset
for help on using the changeset viewer.