mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Document more parameters and properties using typed array notation.
See #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@42875 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -556,7 +556,7 @@ function wp_doc_link_parse( $content ) {
|
||||
*
|
||||
* @since 2.8.0
|
||||
*
|
||||
* @param array $ignore_functions Functions and classes to be ignored.
|
||||
* @param string[] $ignore_functions Array of names of functions and classes to be ignored.
|
||||
*/
|
||||
$ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user