Make WordPress Core


Ignore:
Timestamp:
05/25/2019 09:58:18 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Switch to the more common syntax for variadic function documentation.

See #37402

File:
1 edited

Legend:

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

    r45232 r45418  
    23312331 * @global array $_wp_theme_features
    23322332 *
    2333  * @param string $feature  The feature being added. Likely core values include 'post-formats',
    2334  *                         'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads',
    2335  *                         'custom-header', 'custom-background', 'title-tag', 'starter-content',
    2336  *                         'responsive-embeds', etc.
    2337  * @param mixed  $args,... Optional extra arguments to pass along with certain features.
     2333 * @param string $feature The feature being added. Likely core values include 'post-formats',
     2334 *                        'post-thumbnails', 'html5', 'custom-logo', 'custom-header-uploads',
     2335 *                        'custom-header', 'custom-background', 'title-tag', 'starter-content',
     2336 *                        'responsive-embeds', etc.
     2337 * @param mixed  ...$args Optional extra arguments to pass along with certain features.
    23382338 * @return void|bool False on failure, void otherwise.
    23392339 */
Note: See TracChangeset for help on using the changeset viewer.