Make WordPress Core


Ignore:
Timestamp:
04/17/2020 07:55:33 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Remove the smiley from overly happy "No activity yet!" message on Dashboard.

Props francoist, karmatosed, ibdz, estelaris, nrqsnchz, Presskopp.
Fixes #48387.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r47557 r47592  
    891891    if ( ! $future_posts && ! $recent_posts && ! $recent_comments ) {
    892892        echo '<div class="no-activity">';
    893         echo '<p class="smiley" aria-hidden="true"></p>';
    894893        echo '<p>' . __( 'No activity yet!' ) . '</p>';
    895894        echo '</div>';
Note: See TracChangeset for help on using the changeset viewer.