Coding Standards: Various brace indentation corrections.
Props mukesh27. Fixes #57210. See #56791. Built from https://develop.svn.wordpress.org/trunk@54881 git-svn-id: http://core.svn.wordpress.org/trunk@54433 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -83,7 +83,8 @@ foreach ( (array) $cats as $cat ) :
|
||||
<outline text="<?php echo esc_attr( $title ); ?>" type="link" xmlUrl="<?php echo esc_url( $bookmark->link_rss ); ?>" htmlUrl="<?php echo esc_url( $bookmark->link_url ); ?>" updated="
|
||||
<?php
|
||||
if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) {
|
||||
echo $bookmark->link_updated;}
|
||||
echo $bookmark->link_updated;
|
||||
}
|
||||
?>
|
||||
" />
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user