Changeset 5637 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
- Timestamp:
- 07/09/2017 03:33:30 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/functions.php
r5629 r5637 302 302 function wporg_support_is_single_user_reviews() { 303 303 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' );313 304 } 314 305
Note: See TracChangeset
for help on using the changeset viewer.