Changeset 60682
- Timestamp:
- 08/27/2025 01:40:57 PM (6 months ago)
- Location:
- trunk/src
- Files:
-
- 4 edited
-
wp-admin/includes/template.php (modified) (2 diffs)
-
wp-admin/nav-menus.php (modified) (1 diff)
-
wp-includes/ms-settings.php (modified) (2 diffs)
-
wp-includes/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r60681 r60682 1752 1752 * add_settings_section() and add_settings_field() 1753 1753 * 1754 * @since 2.7.0 1755 * 1754 1756 * @global array $wp_settings_sections Storage array of all settings sections added to admin pages. 1755 1757 * @global array $wp_settings_fields Storage array of settings fields and info about their pages/sections. 1756 * @since 2.7.01757 1758 * 1758 1759 * @param string $page The slug name of the page whose settings sections you want to output. … … 1801 1802 * rather than directly. 1802 1803 * 1804 * @since 2.7.0 1805 * 1803 1806 * @global array $wp_settings_fields Storage array of settings fields and their pages/sections. 1804 *1805 * @since 2.7.01806 1807 * 1807 1808 * @param string $page Slug title of the admin page whose settings fields you want to show. -
trunk/src/wp-admin/nav-menus.php
r60440 r60682 673 673 674 674 /** 675 * @since 3.0.0 676 * 675 677 * @global int $_wp_nav_menu_max_depth 676 *677 * @since 3.0.0678 678 * 679 679 * @param string $classes -
trunk/src/wp-includes/ms-settings.php
r60228 r60682 22 22 * file will attempt to populate them based on the current request. 23 23 * 24 * @since 3.0.0 25 * 24 26 * @global WP_Network $current_site The current network. 25 27 * @global object $current_blog The current site. … … 32 34 * @global bool $public Deprecated. Whether the site found on load is public. 33 35 * Use `get_site()->public` instead. 34 *35 * @since 3.0.036 36 */ 37 37 global $current_site, $current_blog, $domain, $path, $site_id, $public; -
trunk/src/wp-includes/option.php
r60448 r60682 1630 1630 * from table a, and the corresponding transient_timeout record from table b. 1631 1631 * 1632 * @since 4.9.0 1633 * 1632 1634 * @global wpdb $wpdb WordPress database abstraction object. 1633 *1634 * @since 4.9.01635 1635 * 1636 1636 * @param bool $force_db Optional. Force cleanup to run against the database even when an external object cache is used.
Note: See TracChangeset
for help on using the changeset viewer.