wpLink: use the proper instance of the editor when looking at the selection. Move the email and URL regexp to variables. See #19992

Built from https://develop.svn.wordpress.org/trunk@28750


git-svn-id: http://core.svn.wordpress.org/trunk@28564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2014-06-13 21:14:16 +00:00
parent aeac3e1654
commit 15c902ea3a
3 changed files with 7 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.0-alpha-20140612';
$wp_version = '4.0-alpha-20140613';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.