Changeset 15453
- Timestamp:
- 07/22/2010 06:59:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-admin/admin-ajax.php
r15373 r15453 1145 1145 if ( ! isset( $_POST['menu-locations'] ) ) 1146 1146 die('0'); 1147 set_theme_mod( 'nav_menu_locations', $_POST['menu-locations']);1147 set_theme_mod( 'nav_menu_locations', array_map( 'absint', $_POST['menu-locations'] ) ); 1148 1148 die('1'); 1149 1149 break;
Note: See TracChangeset
for help on using the changeset viewer.