JSHint for [36602].
See #33301. Built from https://develop.svn.wordpress.org/trunk@36605 git-svn-id: http://core.svn.wordpress.org/trunk@36572 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
826e2d8ea1
commit
141b4dbd91
|
@ -74,8 +74,8 @@
|
|||
var $ = window.jQuery;
|
||||
|
||||
function getSelectedLink() {
|
||||
var href, html
|
||||
node = editor.selection.getNode();
|
||||
var href, html,
|
||||
node = editor.selection.getNode(),
|
||||
link = editor.dom.getParent( node, 'a[href]' );
|
||||
|
||||
if ( ! link ) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36604';
|
||||
$wp_version = '4.5-alpha-36605';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue