- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php
r46604 r47122 149 149 switch ( count( $taxonomies ) ) { 150 150 151 // No tag cloud supporting taxonomies found, display error message 151 // No tag cloud supporting taxonomies found, display error message. 152 152 case 0: 153 153 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.