Make WordPress Core


Ignore:
Timestamp:
01/29/2020 12:43:23 AM (6 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-content/themes/twentyeleven/inc/widgets.php

    r46628 r47122  
    138138            echo $args['after_widget'];
    139139
    140             // Reset the post globals as this query will have stomped on it
     140            // Reset the post globals as this query will have stomped on it.
    141141            wp_reset_postdata();
    142142
    143             // end check for ephemeral posts
     143            // End check for ephemeral posts.
    144144        endif;
    145145
Note: See TracChangeset for help on using the changeset viewer.