Changeset 2780564
- Timestamp:
- 09/06/2022 09:13:27 AM (2 years ago)
- Location:
- add-descendants-as-submenu-items
- Files:
-
- 6 added
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
add-descendants-as-submenu-items/tags/1.2.2/add-descendants-as-submenu-items.php
r1816946 r2780564 4 4 5 5 Plugin Name: Add Descendants As Submenu Items 6 Plugin URI: http ://www.viper007bond.com/wordpress-plugins/add-descendants-as-submenu-items/7 Description: Automatically a ll of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy.8 Version: 1.2. 16 Plugin URI: http/wordpress-plugins/add-descendants-as-submenu-items/ 7 Description: Automatically all of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy. 8 Version: 1.2. 9 9 Author: Alex Mills (Viper007Bond) 10 Author URI: http ://www.viper007bond.com/10 Author URI: http/ 11 11 Text Domain: add-descendants-as-submenu-items 12 12 13 License: GPL2 13 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 291 292 $child = wp_setup_nav_menu_item( $child ); 292 293 $child->db_id = $child->ID; 294 295 296 297 293 298 294 299 $this->added[ $child->ID ] = true; // We'll need this later -
add-descendants-as-submenu-items/tags/1.2.2/readme.txt
r1816946 r2780564 2 2 Contributors: Viper007Bond 3 3 Tags: menu, nav menu, children, descendants 4 Tested up to: 4.95 Stable tag: trunk4 Tested up to: 5 Stable tag: 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 26 26 == ChangeLog == 27 27 28 29 30 31 28 32 = Version 1.2.1 = 29 33 * Minor update allowing for loading translation files from WordPress.org. -
add-descendants-as-submenu-items/trunk/add-descendants-as-submenu-items.php
r1816946 r2780564 4 4 5 5 Plugin Name: Add Descendants As Submenu Items 6 Plugin URI: http ://www.viper007bond.com/wordpress-plugins/add-descendants-as-submenu-items/7 Description: Automatically a ll of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy.8 Version: 1.2. 16 Plugin URI: http/wordpress-plugins/add-descendants-as-submenu-items/ 7 Description: Automatically all of a nav menu item's descendants as submenu items. Designed for pages but will work with any hierarchical post type or taxonomy. 8 Version: 1.2. 9 9 Author: Alex Mills (Viper007Bond) 10 Author URI: http ://www.viper007bond.com/10 Author URI: http/ 11 11 Text Domain: add-descendants-as-submenu-items 12 12 13 License: GPL2 13 14 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 291 292 $child = wp_setup_nav_menu_item( $child ); 292 293 $child->db_id = $child->ID; 294 295 296 297 293 298 294 299 $this->added[ $child->ID ] = true; // We'll need this later -
add-descendants-as-submenu-items/trunk/readme.txt
r1816946 r2780564 2 2 Contributors: Viper007Bond 3 3 Tags: menu, nav menu, children, descendants 4 Tested up to: 4.95 Stable tag: trunk4 Tested up to: 5 Stable tag: 6 6 License: GPLv2 or later 7 7 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 26 26 == ChangeLog == 27 27 28 29 30 31 28 32 = Version 1.2.1 = 29 33 * Minor update allowing for loading translation files from WordPress.org.
Note: See TracChangeset
for help on using the changeset viewer.