Make WordPress Core

Changeset 32017


Ignore:
Timestamp:
04/04/2015 09:17:22 PM (10 years ago)
Author:
azaozz
Message:

wpLink: always show the URL field at the top.
Fixes #28206.

File:
1 edited

Legend:

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

    r31735 r32017  
    14471447            <div id="link-options">
    14481448                <p class="howto"><?php _e( 'Enter the destination URL' ); ?></p>
     1449                <div>
     1450                    <label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label>
     1451                </div>
    14491452                <div class="wp-link-text-field">
    14501453                    <label><span><?php _e( 'Link Text' ); ?></span><input id="wp-link-text" type="text" /></label>
    1451                 </div>
    1452                 <div>
    1453                     <label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label>
    14541454                </div>
    14551455                <div class="link-target">
Note: See TracChangeset for help on using the changeset viewer.