Make WordPress Core

Changeset 22271


Ignore:
Timestamp:
10/23/2012 11:28:36 AM (12 years ago)
Author:
westi
Message:

i18n: Fix the usage of sprintf replacements in the Multisite admin include files. See #22260.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ms.php

    r22124 r22271  
    407407    }
    408408    ?>
    409     <strong><?php printf( __( 'Used: %1s%% of %2s' ), number_format( $percent_used ), $space ); ?></strong>
     409    <strong><?php printf( __( 'Used: %1$s%% of %2$s' ), number_format( $percent_used ), $space ); ?></strong>
    410410    <?php
    411411}
Note: See TracChangeset for help on using the changeset viewer.