Changeset 22114 for trunk/wp-includes/link-template.php
- Timestamp:
- 10/04/2012 06:21:47 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r22095 r22114 979 979 */ 980 980 function get_edit_comment_link( $comment_id = 0 ) { 981 $comment = &get_comment( $comment_id );981 $comment = get_comment( $comment_id ); 982 982 983 983 if ( !current_user_can( 'edit_comment', $comment->comment_ID ) )
Note: See TracChangeset
for help on using the changeset viewer.