Changeset 48185 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 06/26/2020 06:47:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r48102 r48185 696 696 * settings. See the parent function for a full list of standard options. 697 697 * 698 * Returning false tothe filter will skip saving the current option.698 * Returning false from the filter will skip saving the current option. 699 699 * 700 700 * @since 2.8.0 … … 717 717 * The dynamic portion of the hook, `$option`, refers to the option name. 718 718 * 719 * Returning false tothe filter will skip saving the current option.719 * Returning false from the filter will skip saving the current option. 720 720 * 721 721 * @since 5.4.2
Note: See TracChangeset
for help on using the changeset viewer.