Make WordPress Core

Changeset 31593


Ignore:
Timestamp:
03/01/2015 07:56:18 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix a typo in the $args parameter hash notation description for add_settings_field().

See #28975, [31592].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r31592 r31593  
    12231223 *                         in which to show the box. Default 'default'.
    12241224 * @param array  $args {
    1225  *     Optional. Extra arguments passed used when outputting the field.
     1225 *     Optional. Extra arguments used when outputting the field.
    12261226 *
    12271227 *     @type string $label_for When supplied, the setting title will be wrapped
Note: See TracChangeset for help on using the changeset viewer.