Changeset 48576 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 07/23/2020 07:37:57 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r48574 r48576 1543 1543 * @since 2.7.0 1544 1544 * 1545 * @global $wp_settings_sections Storage array of all settings sections added to admin pages.1545 * @global array $wp_settings_sections Storage array of all settings sections added to admin pages. 1546 1546 * 1547 1547 * @param string $id Slug-name to identify the section. Used in the 'id' attribute of tags. … … 1602 1602 * @since 4.2.0 The `$class` argument was added. 1603 1603 * 1604 * @global $wp_settings_fields Storage array of settings fields and info about their pages/sections.1604 * @global array $wp_settings_fields Storage array of settings fields and info about their pages/sections. 1605 1605 * 1606 1606 * @param string $id Slug-name to identify the field. Used in the 'id' attribute of tags. … … 1667 1667 * add_settings_section() and add_settings_field() 1668 1668 * 1669 * @global $wp_settings_sections Storage array of all settings sections added to admin pages.1670 * @global $wp_settings_fields Storage array of settings fields and info about their pages/sections.1669 * @global array $wp_settings_sections Storage array of all settings sections added to admin pages. 1670 * @global array $wp_settings_fields Storage array of settings fields and info about their pages/sections. 1671 1671 * @since 2.7.0 1672 1672 * … … 1705 1705 * rather than directly. 1706 1706 * 1707 * @global $wp_settings_fields Storage array of settings fields and their pages/sections.1707 * @global array $wp_settings_fields Storage array of settings fields and their pages/sections. 1708 1708 * 1709 1709 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.