Making WordPress.org

Ticket #2109: 2109.patch

File 2109.patch, 955 bytes (added by Clorith, 6 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php

     
    760760                        //);
    761761                ?><!-- </li> -->
    762762        <?php //endif; ?>
    763         <?php if ( !empty( $time_since  ) ) : ?>
    764                 <li class="forum-freshness-time"><?php
     763        <?php //if ( !empty( $time_since  ) ) : ?>
     764                <!-- <li class="forum-freshness-time"> --><?php
    765765                        /* 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;
    769769}
    770770
    771771function bb_is_intl_forum() {