Changeset 5089 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-support-compat.php
- Timestamp:
- 03/06/2017 01:46:07 AM (8 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
r5087 r5089 157 157 * the view if needed. 158 158 * 159 * @param array $query_vars The query vars159 * @param WP_Query $query Current query object. 160 160 */ 161 161 public function parse_query( $query_vars ) { … … 228 228 * 229 229 * @param array $args WP_Query arguments. 230 * @return array Filtered query arguments. 230 231 */ 231 232 public function parse_user_reviews_query_args( $args ) { … … 241 242 * 242 243 * @param array $title Title parts. 244 * @return array Filtered title parts. 243 245 */ 244 246 public function parse_user_reviews_title_args( $title ) {
Note: See TracChangeset
for help on using the changeset viewer.