Revert "Add wp.hooks - JavaScript actions and filters."

Revert `wp.hooks` for now as we continue to refine and test. 

Reverts [41375].

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


git-svn-id: http://core.svn.wordpress.org/trunk@41585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Adam Silverstein
2017-10-04 20:25:49 +00:00
parent f5bc1d1f52
commit 0a431ea356
5 changed files with 2 additions and 703 deletions

View File

@@ -363,7 +363,7 @@ function doing_filter( $filter = null ) {
}
/**
* Retrieve whether action currently being processed.
* Retrieve the name of an action currently being processed.
*
* @since 3.9.0
*