mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +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:
@@ -567,7 +567,7 @@ if ( strlen( $s ) ) {
|
||||
*
|
||||
* @since 3.0.0
|
||||
*
|
||||
* @param array $plugins_all An array containing all installed plugins.
|
||||
* @param array[] $plugins_all An array of arrays containing information on all installed plugins.
|
||||
*/
|
||||
do_action( 'pre_current_active_plugins', $plugins['all'] );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user