Changeset 19284 for trunk/wp-includes/comment-template.php
- Timestamp:
- 11/14/2011 09:35:44 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r18633 r19284 1509 1509 */ 1510 1510 function comment_form( $args = array(), $post_id = null ) { 1511 global $ user_identity, $id;1511 global $id; 1512 1512 1513 1513 if ( null === $post_id ) … … 1517 1517 1518 1518 $commenter = wp_get_current_commenter(); 1519 $user = wp_get_current_user(); 1520 $user_identity = ! empty( $user->ID ) ? $user->display_name : ''; 1519 1521 1520 1522 $req = get_option( 'require_name_email' );
Note: See TracChangeset
for help on using the changeset viewer.