Changeset 43665 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 10/02/2018 04:22:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r43571 r43665 1483 1483 * @since 2.7.0 1484 1484 * 1485 * @param string $page Slug title of the admin page who 'ssettings fields you want to show.1486 * @param string $section Slug title of the settings section who 'sfields you want to show.1485 * @param string $page Slug title of the admin page whose settings fields you want to show. 1486 * @param string $section Slug title of the settings section whose fields you want to show. 1487 1487 */ 1488 1488 function do_settings_fields( $page, $section ) { … … 1569 1569 * @global array $wp_settings_errors Storage array of errors registered during this pageload 1570 1570 * 1571 * @param string $setting Optional slug title of a specific setting who 'serrors you want.1571 * @param string $setting Optional slug title of a specific setting whose errors you want. 1572 1572 * @param boolean $sanitize Whether to re-sanitize the setting value before returning errors. 1573 1573 * @return array Array of settings errors … … 1632 1632 * @since 3.0.0 1633 1633 * 1634 * @param string $setting Optional slug title of a specific setting who 'serrors you want.1634 * @param string $setting Optional slug title of a specific setting whose errors you want. 1635 1635 * @param bool $sanitize Whether to re-sanitize the setting value before returning errors. 1636 1636 * @param bool $hide_on_update If set to true errors will not be shown if the settings page has
Note: See TracChangeset
for help on using the changeset viewer.