Changeset 6016
- Timestamp:
- 09/03/2007 04:11:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r5419 r6016 70 70 $screenshot = $themes[$theme_name]['Screenshot']; 71 71 $stylesheet_dir = $themes[$theme_name]['Stylesheet Dir']; 72 $activate_link = wp_nonce_url("themes.php?action=activate&template= $template&stylesheet=$stylesheet", 'switch-theme_' . $template);72 $activate_link = wp_nonce_url("themes.php?action=activate&template=".urlencode($template)."&stylesheet=".urlencode($stylesheet), 'switch-theme_' . $template); 73 73 ?> 74 74 <div class="available-theme">
Note: See TracChangeset
for help on using the changeset viewer.