Make WordPress Core

Ticket #25151: 25151.patch

File 25151.patch, 515 bytes (added by SergeyBiryukov, 11 years ago)
  • src/wp-includes/comment-template.php

     
    16061606        $user = wp_get_current_user();
    16071607        $user_identity = $user->exists() ? $user->display_name : '';
    16081608
     1609        $args = wp_parse_args( $args );
    16091610        if ( ! isset( $args['format'] ) )
    16101611                $args['format'] = current_theme_supports( 'html5', 'comment-form' ) ? 'html5' : 'xhtml';
    16111612