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

    r45408 r45418  
    48124812 * @link https://secure.php.net/sprintf
    48134813 *
    4814  * @param string $pattern   The string which formatted args are inserted.
    4815  * @param mixed  $args ,... Arguments to be formatted into the $pattern string.
     4814 * @param string $pattern The string which formatted args are inserted.
     4815 * @param mixed  ...$args Arguments to be formatted into the $pattern string.
    48164816 * @return string The formatted string.
    48174817 */
Note: See TracChangeset for help on using the changeset viewer.