Docs: Use correct order of arguments in the DocBlock for WP_Hook::has_filter().

Props munyagu.
Fixes #41941.
Built from https://develop.svn.wordpress.org/trunk@41551


git-svn-id: http://core.svn.wordpress.org/trunk@41384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2017-09-21 10:00:48 +00:00
parent 800ad7bd04
commit da3e29eeba
2 changed files with 2 additions and 2 deletions

View File

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