| Name | Size | Mode | Actions |
|---|---|---|---|
| add-to-cart.php | 1648 | 0644 | editdlrm |
| header.php | 1322 | 0644 | editdlrm |
| loop-end.php | 676 | 0644 | editdlrm |
| loop-start.php | 761 | 0644 | editdlrm |
| no-products-found.php | 870 | 0644 | editdlrm |
| orderby.php | 1574 | 0644 | editdlrm |
| pagination.php | 1645 | 0644 | editdlrm |
| price.php | 839 | 0644 | editdlrm |
| rating.php | 821 | 0644 | editdlrm |
| result-count.php | 1988 | 0644 | editdlrm |
| sale-flash.php | 1034 | 0644 | editdlrm |
/home/techb158/l2hypotheques.com/wp-content/plugins/woocommerce/templates/loop/result-count.php (1988B)
> %2$s'; /* translators: 1: total results 2: sorted by */ printf( _n( 'Showing all %1$d result', 'Showing all %1$d results', $total, 'woocommerce' ) . $orderedby_placeholder, $total, esc_html( $orderedby ) ); } else { $first = ( $per_page * $current ) - $per_page + 1; $last = min( $total, $per_page * $current ); $orderedby_placeholder = empty( $orderedby ) ? '%4$s' : '%4$s'; /* translators: 1: first result 2: last result 3: total results 4: sorted by */ printf( _nx( 'Showing %1$d–%2$d of %3$d result', 'Showing %1$d–%2$d of %3$d results', $total, 'with first and last result', 'woocommerce' ) . $orderedby_placeholder, $first, $last, $total, esc_html( $orderedby ) ); } // phpcs:enable WordPress.Security ?>