Changeset 48197 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 06/28/2020 11:47:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r48067 r48197 547 547 * @since 3.4.0 548 548 * 549 * @param mixed $default A default value which is used as a fallback. Default isnull.549 * @param mixed $default A default value which is used as a fallback. Default null. 550 550 * @return mixed The default value on failure, otherwise the sanitized and validated value. 551 551 */ … … 849 849 * @param $root 850 850 * @param $keys 851 * @param bool $create Default isfalse.851 * @param bool $create Default false. 852 852 * @return array|void Keys are 'root', 'node', and 'key'. 853 853 */ … … 930 930 * @param $root 931 931 * @param $keys 932 * @param mixed $default A default value which is used as a fallback. Default isnull.932 * @param mixed $default A default value which is used as a fallback. Default null. 933 933 * @return mixed The requested value or the default value. 934 934 */
Note: See TracChangeset
for help on using the changeset viewer.