Widgets: Fix extensibility of Text widgets so that JS logic will initialize on subclassed widgets.

Amends [40631].
See #35243.
Fixes #41540.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41085 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2017-08-13 05:25:46 +00:00
parent 300894da61
commit 9c3cdaf3fb
4 changed files with 12 additions and 8 deletions

View File

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