Changeset 22253
- Timestamp:
- 10/17/2012 01:09:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/misc.php
r22009 r22253 326 326 $value = $_POST['wp_screen_options']['value']; 327 327 328 if ( !preg_match( '/^[a-z_-]+$/',$option ) )328 if ( $option != sanitize_key( $option ) ) 329 329 return; 330 330
Note: See TracChangeset
for help on using the changeset viewer.