Make WordPress Core

Changeset 60668


Ignore:
Timestamp:
08/26/2025 08:56:06 PM (3 months ago)
Author:
TimothyBlynJacobs
Message:

Customize: Update input_attrs docs for the textarea control.

Props sabenhardt.
See [60662].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r60664 r60668  
    125125     * List of custom input attributes for control output, where attribute names are the keys and values are the values.
    126126     *
    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.
    128128     *
    129129     * @since 4.0.0
     
    202202     *     @type array                $input_attrs     List of custom input attributes for control output, where
    203203     *                                                 attribute names are the keys and values are the values. Not
    204      *                                                 used for 'checkbox', 'radio', 'select', 'textarea', or
    205      *                                                 'dropdown-pages' control types. Default empty array.
     204     *                                                 used for 'checkbox', 'radio', 'select', or 'dropdown-pages'
     205     *                                                 control types. Default empty array.
    206206     *     @type bool                 $allow_addition  Show UI for adding new content, currently only used for the
    207207     *                                                 dropdown-pages control. Default false.
Note: See TracChangeset for help on using the changeset viewer.