equal
deleted
inserted
replaced
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 |