Changeset 61520
- Timestamp:
- 01/23/2026 06:13:53 PM (4 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
-
nav-menus.php (modified) (1 diff)
-
update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/nav-menus.php
r61454 r61520 673 673 674 674 /** 675 * Adds a CSS class to display the max depth of the navigation menu. 676 * 675 677 * @since 3.0.0 676 678 * 677 * @global int $_wp_nav_menu_max_depth 679 * @global int $_wp_nav_menu_max_depth Maximum depth of the navigation menu. 678 680 * 679 * @param string $classes 680 * @return string 681 * @param string $classes Existing CSS classes for the body tag. 682 * @return string Modified CSS classes including the menu max depth class. 681 683 */ 682 684 function wp_nav_menu_max_depth( $classes ) { -
trunk/src/wp-admin/update-core.php
r61455 r61520 841 841 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass. 842 842 * 843 * @param bool $reinstall 843 * @param bool $reinstall Optional. Whether to reinstall WordPress. Default false. 844 844 */ 845 845 function do_core_upgrade( $reinstall = false ) {
Note: See TracChangeset
for help on using the changeset viewer.