Make WordPress Core

Changeset 41874


Ignore:
Timestamp:
10/16/2017 02:01:41 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Administration: Remove punctuation from the link text in "Site Address" option description.

Props Presskopp.
Fixes #42190.

File:
1 edited

Legend:

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

    r41857 r41874  
    8080<td><input name="home" type="url" id="home" aria-describedby="home-description" value="<?php form_option( 'home' ); ?>"<?php disabled( defined( 'WP_HOME' ) ); ?> class="regular-text code<?php if ( defined( 'WP_HOME' ) ) echo ' disabled' ?>" />
    8181<?php if ( ! defined( 'WP_HOME' ) ) : ?>
    82 <p class="description" id="home-description"><?php _e( 'Enter the address here if you <a href="https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">want your site home page to be different from your WordPress installation directory.</a>' ); ?></p></td>
     82<p class="description" id="home-description"><?php _e( 'Enter the address here if you <a href="https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory">want your site home page to be different from your WordPress installation directory</a>.' ); ?></p></td>
    8383<?php endif; ?>
    8484</tr>
Note: See TracChangeset for help on using the changeset viewer.