Changeset 48102 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r46827 r48102 417 417 * @since Twenty Twenty 1.0 418 418 * @param array $value The value we want to sanitize. 419 * @return array 419 * @return array Returns sanitized value. Each item in the array gets sanitized separately. 420 420 */ 421 421 public static function sanitize_accent_accessible_colors( $value ) { … … 439 439 * @param string $input The input from the setting. 440 440 * @param object $setting The selected setting. 441 * 442 * @return string $input|$setting->default The input from the setting or the default setting. 441 * @return string The input from the setting or the default setting. 443 442 */ 444 443 public static function sanitize_select( $input, $setting ) { … … 452 451 * 453 452 * @param bool $checked Whether or not a box is checked. 454 *455 453 * @return bool 456 454 */
Note: See TracChangeset
for help on using the changeset viewer.