Changeset 25151
- Timestamp:
- 08/28/2013 05:27:03 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r25136 r25151 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.