Changeset 3414
- Timestamp:
- 06/17/2016 12:56:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/class-readme-validator.php
r3413 r3414 66 66 */ 67 67 public function validate() { 68 if ( ! isset( $_REQUEST['_wpnonce'] ) ) { 69 return; 70 } 68 71 check_admin_referer( 'validate-readme' ); 69 72
Note: See TracChangeset
for help on using the changeset viewer.