Code Editor: Remove keeping track of wp.codeEditor instances since unused and no removal of instances upon deletion, leading to memory leak.

See #12423.

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


git-svn-id: http://core.svn.wordpress.org/trunk@41686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter
2017-10-13 04:34:52 +00:00
parent 0659de4e21
commit d44acf01dc
3 changed files with 2 additions and 13 deletions

View File

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