Changeset 43571 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r43024 r43571 184 184 'width' => 1024, 185 185 'height' => 800, 186 ), $update['url'] 186 ), 187 $update['url'] 187 188 ); //Theme browser inside WP? replace this, Also, theme preview JS will override this on the available list. 188 189 $update_url = wp_nonce_url( admin_url( 'update.php?action=upgrade-theme&theme=' . urlencode( $stylesheet ) ), 'upgrade-theme_' . $stylesheet );
Note: See TracChangeset
for help on using the changeset viewer.