Making WordPress.org


Ignore:
Timestamp:
01/18/2019 08:23:53 PM (6 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Migrate to wordcamporg text domain.

This makes it consistent with all the other code, and makes it available in GlotPress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-template.php

    r2898 r8104  
    504504        // Set return string
    505505        if ( $total > 1 )
    506             $retstr = sprintf( __( 'Viewing %1$s to %2$s (of %3$s)', 'wcpt' ), $from_num, $to_num, $total );
     506            $retstr = sprintf( __( 'Viewing %1$s to %2$s (of %3$s)', 'wordcamporg' ), $from_num, $to_num, $total );
    507507        else
    508             $retstr = sprintf( __( 'Viewing %1$s WordCamp', 'wcpt' ), $total );
     508            $retstr = sprintf( __( 'Viewing %1$s WordCamp', 'wordcamporg' ), $total );
    509509
    510510        // Filter and return
Note: See TracChangeset for help on using the changeset viewer.