Changeset 61089 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/30/2025 11:54:22 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r61036 r61089 4130 4130 ), 4131 4131 ), 4132 'auth_callback' => function ( $allowed, $meta_key, $object_id ) { 4133 return current_user_can( 'edit_comment', $object_id ); 4134 }, 4132 4135 ) 4133 4136 ); 4134 4137 } 4135 add_action( 'init', 'wp_create_initial_comment_meta' );
Note: See TracChangeset
for help on using the changeset viewer.