Changeset 4113
- Timestamp:
- 09/20/2016 09:14:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-user-moderation/inc/class-plugin.php
r3739 r4113 167 167 168 168 // What action is taking place? 169 $post_id = i ntval( $_GET['post_id'] );169 $post_id = isset( $_GET['post_id'] ) ? intval( $_GET['post_id'] ) : 0; 170 170 $post = get_post( $post_id ); 171 171 if ( ! $post ) {
Note: See TracChangeset
for help on using the changeset viewer.