Changeset 23563 for trunk/wp-admin/edit-tags.php
- Timestamp:
- 03/01/2013 05:00:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-tags.php
r23554 r23563 165 165 default: 166 166 if ( ! empty($_REQUEST['_wp_http_referer']) ) { 167 $location = remove_query_arg( array('_wp_http_referer', '_wpnonce'), stripslashes($_SERVER['REQUEST_URI']) );167 $location = remove_query_arg( array('_wp_http_referer', '_wpnonce'), wp_unslash($_SERVER['REQUEST_URI']) ); 168 168 169 169 if ( ! empty( $_REQUEST['paged'] ) ) … … 266 266 <h2><?php echo esc_html( $title ); 267 267 if ( !empty($_REQUEST['s']) ) 268 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( stripslashes($_REQUEST['s']) ) ); ?>268 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', esc_html( wp_unslash($_REQUEST['s']) ) ); ?> 269 269 </h2> 270 270
Note: See TracChangeset
for help on using the changeset viewer.