Changeset 53877 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 08/11/2022 02:01:35 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r53746 r53877 1777 1777 * @since 5.3.0 Added `warning` and `info` as possible values for `$type`. 1778 1778 * 1779 * @global array $wp_settings_errors Storage array of errors registered during this pageload1779 * @global array[] $wp_settings_errors Storage array of errors registered during this pageload 1780 1780 * 1781 1781 * @param string $setting Slug title of the setting to which this error applies. … … 1814 1814 * @since 3.0.0 1815 1815 * 1816 * @global array $wp_settings_errors Storage array of errors registered during this pageload1816 * @global array[] $wp_settings_errors Storage array of errors registered during this pageload 1817 1817 * 1818 1818 * @param string $setting Optional. Slug title of a specific setting whose errors you want.
Note: See TracChangeset
for help on using the changeset viewer.