Changeset 47592 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 04/17/2020 07:55:33 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r47557 r47592 891 891 if ( ! $future_posts && ! $recent_posts && ! $recent_comments ) { 892 892 echo '<div class="no-activity">'; 893 echo '<p class="smiley" aria-hidden="true"></p>';894 893 echo '<p>' . __( 'No activity yet!' ) . '</p>'; 895 894 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.