Changeset 6057 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-templates/releases.php
- Timestamp:
- 10/27/2017 05:07:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-templates/releases.php
r5893 r6057 23 23 rosetta_release_row( null, null, null, true ); 24 24 ?> 25 <h3 id="latest"><?php _e( 'Latest release', 'wporg -main' ); ?></h3>25 <h3 id="latest"><?php _e( 'Latest release', 'wporg' ); ?></h3> 26 26 <table class="releases latest"> 27 27 <?php echo rosetta_release_row( $releases['latest'], 'alt' ); ?> … … 36 36 rosetta_release_row( null, null, null, true ); 37 37 ?> 38 <h3><?php printf( __( '%s Branch', 'wporg -main' ), $branch );?></h3>38 <h3><?php printf( __( '%s Branch', 'wporg' ), $branch );?></h3> 39 39 <table class="releases"> 40 40 <?php … … 50 50 if ( ! empty( $releases['betas'] ) ) : 51 51 ?> 52 <h3 id="betas"><?php _e( 'Beta & RC releases', 'wporg -main' ); ?></h3>52 <h3 id="betas"><?php _e( 'Beta & RC releases', 'wporg' ); ?></h3> 53 53 <table id="beta" class="releases"> 54 54 <?php … … 63 63 endif; # any betas 64 64 else: # no releases 65 echo '<p>' . __( 'There are no releases, yet.', 'wporg -main' ) . '</p>';65 echo '<p>' . __( 'There are no releases, yet.', 'wporg' ) . '</p>'; 66 66 endif; # if releases 67 67 ?> … … 72 72 sprintf( 73 73 /* translators: %s: Name of current post */ 74 esc_html__( 'Edit %s', 'wporg -main' ),74 esc_html__( 'Edit %s', 'wporg' ), 75 75 the_title( '<span class="screen-reader-text">"', '"</span>', false ) 76 76 ),
Note: See TracChangeset
for help on using the changeset viewer.