Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Improve inline comments per the documentation standards.

Includes minor code layout fixes for better readability.

See #48303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme-compat/header.php

    r45932 r47122  
    3131
    3232    <?php
    33     // Checks to see whether it needs a sidebar
     33    // Checks to see whether it needs a sidebar.
    3434    if ( empty( $withcomments ) && ! is_single() ) {
    3535        ?>
    3636    #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbg-<?php bloginfo( 'text_direction' ); ?>.jpg") repeat-y top; border: none; }
    37 <?php } else { // No sidebar ?>
     37<?php } else { // No sidebar. ?>
    3838    #page { background: url("<?php bloginfo( 'stylesheet_directory' ); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    3939<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.