mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-13 05:10:18 +00:00
Docs: Switch to the more common syntax for variadic function documentation.
See #37402 git-svn-id: https://develop.svn.wordpress.org/trunk@45418 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4811,8 +4811,8 @@ function wp_pre_kses_less_than_callback( $matches ) {
|
||||
* @since 2.5.0
|
||||
* @link https://secure.php.net/sprintf
|
||||
*
|
||||
* @param string $pattern The string which formatted args are inserted.
|
||||
* @param mixed $args ,... Arguments to be formatted into the $pattern string.
|
||||
* @param string $pattern The string which formatted args are inserted.
|
||||
* @param mixed ...$args Arguments to be formatted into the $pattern string.
|
||||
* @return string The formatted string.
|
||||
*/
|
||||
function wp_sprintf( $pattern ) {
|
||||
|
||||
Reference in New Issue
Block a user