Changeset 8104 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php
- Timestamp:
- 01/18/2019 08:23:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php
r2898 r8104 504 504 // Set return string 505 505 if ( $total > 1 ) 506 $retstr = sprintf( __( 'Viewing %1$s to %2$s (of %3$s)', 'w cpt' ), $from_num, $to_num, $total );506 $retstr = sprintf( __( 'Viewing %1$s to %2$s (of %3$s)', 'wordcamporg' ), $from_num, $to_num, $total ); 507 507 else 508 $retstr = sprintf( __( 'Viewing %1$s WordCamp', 'w cpt' ), $total );508 $retstr = sprintf( __( 'Viewing %1$s WordCamp', 'wordcamporg' ), $total ); 509 509 510 510 // Filter and return
Note: See TracChangeset
for help on using the changeset viewer.