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-includes/widgets/class-wp-widget-tag-cloud.php

    r46604 r47122  
    149149        switch ( count( $taxonomies ) ) {
    150150
    151             // No tag cloud supporting taxonomies found, display error message
     151            // No tag cloud supporting taxonomies found, display error message.
    152152            case 0:
    153153                echo '<p>' . __( 'The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.' ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.