mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-22 04:04:25 +00:00
Coding Standards: Various brace indentation corrections.
Props mukesh27. Fixes #57210. See #56791. git-svn-id: https://develop.svn.wordpress.org/trunk@54881 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -93,7 +93,8 @@ while ( have_comments() ) :
|
||||
<name><?php comment_author_rss(); ?></name>
|
||||
<?php
|
||||
if ( get_comment_author_url() ) {
|
||||
echo '<uri>' . get_comment_author_url() . '</uri>';}
|
||||
echo '<uri>' . get_comment_author_url() . '</uri>';
|
||||
}
|
||||
?>
|
||||
|
||||
</author>
|
||||
|
||||
Reference in New Issue
Block a user