wp/wp-admin/site-health-info.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    73 					<span class="title">
    73 					<span class="title">
    74 						<?php echo esc_html( $details['label'] ); ?>
    74 						<?php echo esc_html( $details['label'] ); ?>
    75 						<?php
    75 						<?php
    76 
    76 
    77 						if ( isset( $details['show_count'] ) && $details['show_count'] ) {
    77 						if ( isset( $details['show_count'] ) && $details['show_count'] ) {
    78 							printf( '(%d)', count( $details['fields'] ) );
    78 							printf(
       
    79 								'(%s)',
       
    80 								number_format_i18n( count( $details['fields'] ) )
       
    81 							);
    79 						}
    82 						}
    80 
    83 
    81 						?>
    84 						?>
    82 					</span>
    85 					</span>
    83 					<?php
    86 					<?php