Changeset 24337 for trunk/wp-includes/comment-template.php
- Timestamp:
- 05/23/2013 06:40:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r24207 r24337 1598 1598 */ 1599 1599 function comment_form( $args = array(), $post_id = null ) { 1600 global $id;1601 1602 1600 if ( null === $post_id ) 1603 $post_id = $id;1601 $post_id = get_the_ID(); 1604 1602 else 1605 1603 $id = $post_id;
Note: See TracChangeset
for help on using the changeset viewer.