Make WordPress Core

Changeset 35576


Ignore:
Timestamp:
11/08/2015 08:34:34 PM (9 years ago)
Author:
ocean90
Message:

Widgets: Fix typo in WP_Widget_Tag_Cloud::form().

Props skithund.
Fixes #34623.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php

    r34610 r35576  
    130130        // No tag cloud supporting taxonomies found, display error message
    131131        case 0:
    132             echo '<p>' . __( 'The tag cloud will not be displayed since their are no taxonomies that support the tag cloud widget.' ) . '</p>';
     132            echo '<p>' . __( 'The tag cloud will not be displayed since there are no taxonomies that support the tag cloud widget.' ) . '</p>';
    133133            printf( $input, '' );
    134134            break;
Note: See TracChangeset for help on using the changeset viewer.