JS: in event callbacks replace the very outdated return false with preventDefault().

Props adamsilverstein.
Fixes #18590.
Built from https://develop.svn.wordpress.org/trunk@34977


git-svn-id: http://core.svn.wordpress.org/trunk@34942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-10-09 01:27:27 +00:00
parent b23005d7c1
commit a6cf0b41a6
15 changed files with 43 additions and 42 deletions

View File

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