Make WordPress Core

Changeset 31715


Ignore:
Timestamp:
03/11/2015 03:02:34 AM (10 years ago)
Author:
helen
Message:

wpLink: Title case "Link Text", as it's an existing string.

see #28206.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-editor.php

    r31714 r31715  
    14501450                <p class="howto"><?php _e( 'Enter the destination URL' ); ?></p>
    14511451                <div class="wp-link-text-field">
    1452                     <label><span><?php _e( 'Link text' ); ?></span><input id="wp-link-text" type="text" /></label>
     1452                    <label><span><?php _e( 'Link Text' ); ?></span><input id="wp-link-text" type="text" /></label>
    14531453                </div>
    14541454                <div>
Note: See TracChangeset for help on using the changeset viewer.