Changeset 37537 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/23/2016 05:27:19 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r37488 r37537 1384 1384 * Use the $sanitize argument to manually re-sanitize the option before returning errors. 1385 1385 * This is useful if you have errors or notices you want to show even when the user 1386 * hasn't submitted data (i.e. when they first load an options page, or in admin_notices action hook) 1386 * hasn't submitted data (i.e. when they first load an options page, or in the {@see 'admin_notices'} 1387 * action hook). 1387 1388 * 1388 1389 * @since 3.0.0
Note: See TracChangeset
for help on using the changeset viewer.