Making WordPress.org


Ignore:
Timestamp:
07/09/2017 03:33:30 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Remove user's "Active Topics" view added in [5626].

"Topics Started" view is now ordered by latest reply instead, see [5636].

See #2470.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/user-details.php

    r5626 r5637  
    6060                </li>
    6161            <?php endif; ?>
    62 
    63             <li class="<?php if ( wporg_support_is_single_user_active_topics() ) :?>current<?php endif; ?>">
    64                 <span class='bbp-user-active-topics-link'>
    65                     <a href="<?php bbp_user_profile_url(); ?>active/" title="<?php
    66                         /* translators: %s: user's display name */
    67                         printf( esc_attr__( "%s's Active Topics", 'wporg-forums' ), bbp_get_displayed_user_field( 'display_name' ) );
    68                     ?>"><?php esc_html_e( 'Active Topics', 'wporg-forums' ); ?></a>
    69                 </span>
    70             </li>
    7162
    7263            <li class="<?php if ( wporg_support_is_single_user_topics_replied_to() ) :?>current<?php endif; ?>">
Note: See TracChangeset for help on using the changeset viewer.