Changeset 7912 for trunk/wp-includes/comment.php
- Timestamp:
- 05/09/2008 12:45:17 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r7878 r7912 345 345 } 346 346 347 if ( $userdata && ( $user_id == $post_author || $user->has_cap(' level_9') ) ) {347 if ( $userdata && ( $user_id == $post_author || $user->has_cap('moderate_comments') ) ) { 348 348 // The author and the admins get respect. 349 349 $approved = 1;
Note: See TracChangeset
for help on using the changeset viewer.