Ticket #2109: 2109.patch
File 2109.patch, 955 bytes (added by , 6 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
760 760 //); 761 761 ?><!-- </li> --> 762 762 <?php //endif; ?> 763 <?php if ( !empty( $time_since ) ) : ?>764 < li class="forum-freshness-time"><?php763 <?php //if ( !empty( $time_since ) ) : ?> 764 <!-- <li class="forum-freshness-time"> --><?php 765 765 /* translators: %s: date/time link to the latest post */ 766 printf( __( 'Last activity: %s', 'wporg-forums' ), $time_since );767 ?>< /li>768 <?php endif;766 //printf( __( 'Last activity: %s', 'wporg-forums' ), $time_since ); 767 ?><!-- </li> --> 768 <?php //endif; 769 769 } 770 770 771 771 function bb_is_intl_forum() {