wpLink: Title case "Link Text", as it's an existing string.
see #28206. git-svn-id: https://develop.svn.wordpress.org/trunk@31715 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
df6e920a87
commit
507eab72c2
@ -1449,7 +1449,7 @@ final class _WP_Editors {
|
||||
<div id="link-options">
|
||||
<p class="howto"><?php _e( 'Enter the destination URL' ); ?></p>
|
||||
<div class="wp-link-text-field">
|
||||
<label><span><?php _e( 'Link text' ); ?></span><input id="wp-link-text" type="text" /></label>
|
||||
<label><span><?php _e( 'Link Text' ); ?></span><input id="wp-link-text" type="text" /></label>
|
||||
</div>
|
||||
<div>
|
||||
<label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label>
|
||||
|
Loading…
Reference in New Issue
Block a user