Tighten our braces. Fixes #23118 props evansolomon.
git-svn-id: http://core.svn.wordpress.org/trunk@23265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2977,7 +2977,7 @@ function wp_pre_kses_less_than_callback( $matches ) {
|
||||
* @return string The formatted string.
|
||||
*/
|
||||
function wp_sprintf( $pattern ) {
|
||||
$args = func_get_args( );
|
||||
$args = func_get_args();
|
||||
$len = strlen($pattern);
|
||||
$start = 0;
|
||||
$result = '';
|
||||
|
||||
Reference in New Issue
Block a user