Make WordPress Core


Ignore:
Timestamp:
01/04/2013 10:13:51 AM (12 years ago)
Author:
westi
Message:

Tighten our braces. Fixes #23118 props evansolomon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r23189 r23265  
    29782978 */
    29792979function wp_sprintf( $pattern ) {
    2980     $args = func_get_args( );
     2980    $args = func_get_args();
    29812981    $len = strlen($pattern);
    29822982    $start = 0;
Note: See TracChangeset for help on using the changeset viewer.