Changeset 60668
- Timestamp:
- 08/26/2025 08:56:06 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-control.php
r60664 r60668 125 125 * List of custom input attributes for control output, where attribute names are the keys and values are the values. 126 126 * 127 * Not used for 'checkbox', 'radio', 'select', 'textarea',or 'dropdown-pages' control types.127 * Not used for 'checkbox', 'radio', 'select', or 'dropdown-pages' control types. 128 128 * 129 129 * @since 4.0.0 … … 202 202 * @type array $input_attrs List of custom input attributes for control output, where 203 203 * attribute names are the keys and values are the values. Not 204 * used for 'checkbox', 'radio', 'select', 'textarea', or205 * 'dropdown-pages'control types. Default empty array.204 * used for 'checkbox', 'radio', 'select', or 'dropdown-pages' 205 * control types. Default empty array. 206 206 * @type bool $allow_addition Show UI for adding new content, currently only used for the 207 207 * dropdown-pages control. Default false.
Note: See TracChangeset
for help on using the changeset viewer.