Changeset 38448 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 08/30/2016 04:13:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r38334 r38448 778 778 if ( !$future_posts && !$recent_posts && !$recent_comments ) { 779 779 echo '<div class="no-activity">'; 780 echo '<p class="smiley" ></p>';780 echo '<p class="smiley" aria-hidden="true"></p>'; 781 781 echo '<p>' . __( 'No activity yet!' ) . '</p>'; 782 782 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.