Changeset 25152 for branches/3.6
- Timestamp:
- 08/28/2013 05:27:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6/wp-includes/comment-template.php
r24573 r25152 1607 1607 $user_identity = $user->exists() ? $user->display_name : ''; 1608 1608 1609 $args = wp_parse_args( $args ); 1609 1610 if ( ! isset( $args['format'] ) ) 1610 1611 $args['format'] = current_theme_supports( 'html5', 'comment-form' ) ? 'html5' : 'xhtml';
Note: See TracChangeset
for help on using the changeset viewer.