wpLink: always show the URL field at the top.
Fixes #28206. Built from https://develop.svn.wordpress.org/trunk@32017 git-svn-id: http://core.svn.wordpress.org/trunk@31996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
02810a305f
commit
011fbf462f
|
@ -1446,12 +1446,12 @@ final class _WP_Editors {
|
||||||
<div id="link-selector">
|
<div id="link-selector">
|
||||||
<div id="link-options">
|
<div id="link-options">
|
||||||
<p class="howto"><?php _e( 'Enter the destination URL' ); ?></p>
|
<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>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label>
|
<label><span><?php _e( 'URL' ); ?></span><input id="wp-link-url" type="text" /></label>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="wp-link-text-field">
|
||||||
|
<label><span><?php _e( 'Link Text' ); ?></span><input id="wp-link-text" type="text" /></label>
|
||||||
|
</div>
|
||||||
<div class="link-target">
|
<div class="link-target">
|
||||||
<label><span> </span><input type="checkbox" id="wp-link-target" /> <?php _e( 'Open link in a new window/tab' ); ?></label>
|
<label><span> </span><input type="checkbox" id="wp-link-target" /> <?php _e( 'Open link in a new window/tab' ); ?></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta4-32016';
|
$wp_version = '4.2-beta4-32017';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue