Priority fixes for various existing hook documentation.

Props kpdesign.
See #26869


git-svn-id: https://develop.svn.wordpress.org/trunk@28083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-04-12 00:00:32 +00:00
parent 8f0329b452
commit b5612f8b80
10 changed files with 48 additions and 28 deletions

View File

@@ -53,7 +53,7 @@ function plugins_api($action, $args = null) {
*
* @since 2.7.0
*
* @param bool|object The result object. Default is false.
* @param bool|object $result The result object. Default false.
* @param string $action The type of information being requested from the Plugin Install API.
* @param object $args Plugin API arguments.
*/