Changeset 7293 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
- Timestamp:
- 06/12/2018 12:41:56 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
r5625 r7293 87 87 * handle either the feed request or the custom view if a user is found. 88 88 * 89 * @param array $query_vars The query vars 90 * @return array The query vars 89 * @param array $query_vars The query vars. 90 * @return array The query vars. 91 91 */ 92 92 public function request( $query_vars ) { … … 111 111 112 112 public function topic_pubdate_correction_for_feed( $value, $object_id, $meta_key, $single ) { 113 // We only care about _bbp_last_active_time in this particular context 113 // We only care about _bbp_last_active_time in this particular context. 114 114 if( $meta_key == '_bbp_last_active_time' ) { 115 115 $value = get_post_time( 'Y-m-d H:i:s', true, $object_id );
Note: See TracChangeset
for help on using the changeset viewer.