Changeset 48121 for trunk/tests/phpunit/tests/comment/wpAllowComment.php
- Timestamp:
- 06/22/2020 05:24:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpAllowComment.php
r46586 r48121 23 23 ); 24 24 25 update_option( 'comment_ whitelist', 0 );25 update_option( 'comment_previously_approved', 0 ); 26 26 } 27 27 … … 30 30 wp_delete_comment( self::$comment_id, true ); 31 31 32 update_option( 'comment_ whitelist', 1 );32 update_option( 'comment_previously_approved', 1 ); 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.