Make WordPress Core


Ignore:
Timestamp:
05/27/2020 02:32:00 PM (4 years ago)
Author:
afercia
Message:

Administration and Site Health: Make information on Search engine visibility more prominent.

  • makes the "Search engines discouraged" message on the Dashboard more prominent
  • adds "Search engine visibility" information under Site Health > Info > WordPress
  • removes title case in favor of sentence case in all the related strings

Props audrasjb, swissspidy, emanuel_blagonic, Presskopp, karmatosed, valentinbora, melchoyce.
Fixes #35288.

File:
1 edited

Legend:

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

    r47785 r47859  
    180180        </tr>
    181181        <tr>
    182             <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?></th>
     182            <th scope="row"><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site visibility' ) : _e( 'Search engine visibility' ); ?></th>
    183183            <td>
    184184                <fieldset>
    185                     <legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site Visibility' ) : _e( 'Search Engine Visibility' ); ?> </span></legend>
     185                    <legend class="screen-reader-text"><span><?php has_action( 'blog_privacy_selector' ) ? _e( 'Site visibility' ) : _e( 'Search engine visibility' ); ?> </span></legend>
    186186                    <?php
    187187                    if ( has_action( 'blog_privacy_selector' ) ) {
Note: See TracChangeset for help on using the changeset viewer.