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-links-opml.php

    r52957 r54881  
    8484                            <?php
    8585                            if ( '0000-00-00 00:00:00' !== $bookmark->link_updated ) {
    86                                 echo $bookmark->link_updated;}
     86                                echo $bookmark->link_updated;
     87                            }
    8788                            ?>
    8889" />
Note: See TracChangeset for help on using the changeset viewer.