Home
last modified time | relevance | path

Searched refs:new_menu_locations (Results 1 – 2 of 2) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dnav-menus.php319 $new_menu_locations = array(); variable
321 $new_menu_locations = array_map( 'absint', $_POST['menu-locations'] ); variable
322 $menu_locations = array_merge( $menu_locations, $new_menu_locations );
358 } elseif ( count( $new_menu_locations ) > 0 ) {
362 foreach ( array_keys( $new_menu_locations ) as $location ) {
447 $new_menu_locations = array_map( 'absint', $_POST['menu-locations'] ); variable
448 $menu_locations = array_merge( $menu_locations, $new_menu_locations );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dnav-menus.php319 $new_menu_locations = array(); variable
321 $new_menu_locations = array_map( 'absint', $_POST['menu-locations'] ); variable
322 $menu_locations = array_merge( $menu_locations, $new_menu_locations );
358 } elseif ( count( $new_menu_locations ) > 0 ) {
362 foreach ( array_keys( $new_menu_locations ) as $location ) {
447 $new_menu_locations = array_map( 'absint', $_POST['menu-locations'] ); variable
448 $menu_locations = array_merge( $menu_locations, $new_menu_locations );