Changeset 32964 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 06/27/2015 01:02:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r32945 r32964 1483 1483 * @since 3.0.0 1484 1484 * 1485 * @param string $setting Optional slug title of a specific setting who's errors you want.1486 * @param bool ean $sanitizeWhether to re-sanitize the setting value before returning errors.1487 * @param bool ean$hide_on_update If set to true errors will not be shown if the settings page has already been submitted.1485 * @param string $setting Optional slug title of a specific setting who's errors you want. 1486 * @param bool $sanitize Whether to re-sanitize the setting value before returning errors. 1487 * @param bool $hide_on_update If set to true errors will not be shown if the settings page has already been submitted. 1488 1488 */ 1489 1489 function settings_errors( $setting = '', $sanitize = false, $hide_on_update = false ) {
Note: See TracChangeset
for help on using the changeset viewer.