Twenty Twenty: Add missing variable names to some @param tags.
Follow-up to [46271], [46357], [51322]. Props huzaifaalmesbah. See #64224. Built from https://develop.svn.wordpress.org/trunk@61317 git-svn-id: http://core.svn.wordpress.org/trunk@60629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -819,7 +819,7 @@ function twentytwenty_get_elements_array() {
|
||||
*
|
||||
* @since Twenty Twenty 1.0
|
||||
*
|
||||
* @param array Array of elements.
|
||||
* @param array $elements Array of elements.
|
||||
*/
|
||||
return apply_filters( 'twentytwenty_get_elements_array', $elements );
|
||||
}
|
||||
|
||||
@@ -266,7 +266,7 @@ function twentytwenty_get_post_meta( $post_id = null, $location = 'single-top' )
|
||||
*
|
||||
* @since Twenty Twenty 1.0
|
||||
*
|
||||
* @param array Array of post types.
|
||||
* @param array $post_types Array of post types.
|
||||
*/
|
||||
$disallowed_post_types = apply_filters( 'twentytwenty_disallowed_post_types_for_meta_output', array( 'page' ) );
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
*
|
||||
* @since Twenty Twenty 1.0
|
||||
*
|
||||
* @param bool Whether to show the categories in article header. Default true.
|
||||
* @param bool $show_categories Whether to show the categories in article header. Default true.
|
||||
*/
|
||||
$show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true );
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ if ( is_singular() ) {
|
||||
*
|
||||
* @since Twenty Twenty 1.0
|
||||
*
|
||||
* @param bool Whether to show the categories in header. Default true.
|
||||
* @param bool $show_categories Whether to show the categories in header. Default true.
|
||||
*/
|
||||
$show_categories = apply_filters( 'twentytwenty_show_categories_in_entry_header', true );
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '7.0-alpha-61316';
|
||||
$wp_version = '7.0-alpha-61317';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user