Changeset 13242 for trunk/wp-admin/includes/theme-install.php
- Timestamp:
- 02/20/2010 02:01:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme-install.php
r12673 r13242 367 367 */ 368 368 function display_themes($themes, $page = 1, $totalpages = 1) { 369 global $themes_allowedtags;370 371 369 $type = isset($_REQUEST['type']) ? stripslashes( $_REQUEST['type'] ) : ''; 372 370 $term = isset($_REQUEST['s']) ? stripslashes( $_REQUEST['s'] ) : '';
Note: See TracChangeset
for help on using the changeset viewer.