Changeset 10342
- Timestamp:
- 10/02/2020 04:46:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
r10000 r10342 41 41 if ( isset( $_GET['filter'] ) ) { 42 42 $filter = absint( $_GET['filter'] ); 43 if ( $filter > 5 ) {43 if ( $filter > 5 || ! $filter ) { 44 44 $filter = 5; 45 45 }
Note: See TracChangeset
for help on using the changeset viewer.