Make WordPress Core


Ignore:
Timestamp:
11/26/2022 08:59:05 PM (3 years ago)
Author:
audrasjb
Message:

Coding Standards: Various brace indentation corrections.

Props mukesh27.
Fixes #57210.
See #56791.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed-atom-comments.php

    r47219 r54881  
    9494            <?php
    9595            if ( get_comment_author_url() ) {
    96                 echo '<uri>' . get_comment_author_url() . '</uri>';}
     96                echo '<uri>' . get_comment_author_url() . '</uri>';
     97            }
    9798            ?>
    9899
Note: See TracChangeset for help on using the changeset viewer.