Changeset 5123 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-moderators.php
- Timestamp:
- 03/08/2017 03:20:45 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-moderators.php
r5111 r5123 100 100 * @return string Filtered URL. 101 101 */ 102 function add_view_all( $url ) {102 public function add_view_all( $url ) { 103 103 if ( bbp_is_single_view() && in_array( bbp_get_view_id(), self::VIEWS ) ) { 104 104 $url = add_query_arg( 'view', 'all', $url );
Note: See TracChangeset
for help on using the changeset viewer.