Widgets: Introduce a delete_widget action, which fires after a widget has been marked for deletion.

Props afercia for the initial patch.
Fixes #27444.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-09-30 03:21:26 +00:00
parent 67077ce72a
commit 5ec1077a38
3 changed files with 16 additions and 1 deletions

View File

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