Home
last modified time | relevance | path

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

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dnav-menus.php88 $orders_to_dbids = array(); variable
100 if ( isset( $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] + 1 ] ) ) {
101 $next_item_id = $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] + 1 ];
109 if ( in_array( (int) $menu_item_data['menu_item_parent'], $orders_to_dbids, true ) ) {
137 && in_array( (int) $menu_item_data['menu_item_parent'], $orders_to_dbids, true )
166 $orders_to_dbids = array(); variable
179 && ! empty( $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] - 1 ] )
185 && isset( $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] - 1 ] )
204 && ! empty( $orders_to_dbids[ $dbids_to_orders[ $parent_db_id ] - 1 ] )
214 && ! empty( $orders_to_dbids[ $dbids_to_orders[ $parent_db_id ] - 1 ] )
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dnav-menus.php88 $orders_to_dbids = array(); variable
100 if ( isset( $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] + 1 ] ) ) {
101 $next_item_id = $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] + 1 ];
109 if ( in_array( (int) $menu_item_data['menu_item_parent'], $orders_to_dbids, true ) ) {
137 && in_array( (int) $menu_item_data['menu_item_parent'], $orders_to_dbids, true )
166 $orders_to_dbids = array(); variable
179 && ! empty( $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] - 1 ] )
185 && isset( $orders_to_dbids[ $dbids_to_orders[ $menu_item_id ] - 1 ] )
204 && ! empty( $orders_to_dbids[ $dbids_to_orders[ $parent_db_id ] - 1 ] )
214 && ! empty( $orders_to_dbids[ $dbids_to_orders[ $parent_db_id ] - 1 ] )
[all …]