Changeset 9985
- Timestamp:
- 06/26/2020 05:17:39 PM (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
r9984 r9985 317 317 if ( isset( $_POST['rating'] ) ) { 318 318 $rating = absint( $_POST[ 'rating' ] ); 319 } else { 320 $rating = 5; 319 321 } 320 322
Note: See TracChangeset
for help on using the changeset viewer.