- Timestamp:
- 01/30/2018 03:18:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/themes/theme-directory/1.0/index.php
r6418 r6462 55 55 } 56 56 57 $theme_slug = $_REQUEST['theme'];57 $theme_slug = wp_unslash( $_REQUEST['theme'] ); 58 58 59 59 if ( 'add-favorite' == $_REQUEST['action'] ) {
Note: See TracChangeset
for help on using the changeset viewer.