Use dashes instead of dots as separator for jQuery events in shiny updates

`.` is used for namespaces, so better to use dashes.

see #31819
props iseulde 


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


git-svn-id: http://core.svn.wordpress.org/trunk@32042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin
2015-04-07 03:12:26 +00:00
parent 99d6c67148
commit 1facff5425
3 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-beta4-32062';
$wp_version = '4.2-beta4-32063';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.