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/widgets/class-wp-widget-recent-comments.php

    r46604 r47122  
    5050         * @param string $id_base The widget ID.
    5151         */
    52         if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876
     52        if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876.
    5353            || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) ) {
    5454            return;
Note: See TracChangeset for help on using the changeset viewer.