Changeset 30676 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 11/30/2014 11:32:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r30656 r30676 169 169 * @since 3.4.0 170 170 * 171 * @return bool False if cap check fails or value isn't set.171 * @return false|null False if cap check fails or value isn't set. 172 172 */ 173 173 public final function save() { … … 295 295 * 296 296 * @param mixed $value The value to update. 297 * @return mixedThe result of saving the value.297 * @return bool|null The result of saving the value. 298 298 */ 299 299 protected function _update_option( $value ) { … … 470 470 * @param $root 471 471 * @param $keys 472 * @param $default A default value which is used as a fallback. Default is null.472 * @param mixed $default A default value which is used as a fallback. Default is null. 473 473 * @return mixed The requested value or the default value. 474 474 */
Note: See TracChangeset
for help on using the changeset viewer.