Changeset 35576
- Timestamp:
- 11/08/2015 08:34:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php
r34610 r35576 130 130 // No tag cloud supporting taxonomies found, display error message 131 131 case 0: 132 echo '<p>' . __( 'The tag cloud will not be displayed since the irare 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>'; 133 133 printf( $input, '' ); 134 134 break;
Note: See TracChangeset
for help on using the changeset viewer.