Making WordPress.org


Ignore:
Timestamp:
07/09/2017 03:33:30 PM (7 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/functions.php

    r5629 r5637  
    302302function wporg_support_is_single_user_reviews() {
    303303    return (bool) get_query_var( 'wporg_single_user_reviews' );
    304 }
    305 
    306 /**
    307  * Check if the current page is a user's "Active Topics" page.
    308  *
    309  * @return bool True if the page is an "Active Topics" page, false otherwise.
    310  */
    311 function wporg_support_is_single_user_active_topics() {
    312     return (bool) get_query_var( 'wporg_single_user_active_topics' );
    313304}
    314305
Note: See TracChangeset for help on using the changeset viewer.