mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Docs: Docblock corrections and improvements, mostly related to various pre_* filters.
See #47110 git-svn-id: https://develop.svn.wordpress.org/trunk@46232 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -686,7 +686,7 @@ function wp_prepare_themes_for_js( $themes = null ) {
|
||||
*
|
||||
* @since 3.8.0
|
||||
*
|
||||
* @param array $prepared_themes Array of themes.
|
||||
* @param array $prepared_themes Array of theme data.
|
||||
*/
|
||||
$prepared_themes = apply_filters( 'wp_prepare_themes_for_js', $prepared_themes );
|
||||
$prepared_themes = array_values( $prepared_themes );
|
||||
|
||||
Reference in New Issue
Block a user