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/deprecated.php

    r44785 r45418  
    21102110 * @param callable   $output_callback Run when widget is called.
    21112111 * @param string     $classname       Optional. Classname widget option. Default empty.
    2112  * @param mixed      $params ,...     Widget parameters.
     2112 * @param mixed      ...$params       Widget parameters.
    21132113 */
    21142114function register_sidebar_widget($name, $output_callback, $classname = '') {
Note: See TracChangeset for help on using the changeset viewer.