Twenty Seventeen: Correct `@param` entry for `twentyseventeen_front_page_sections` filter.
Props ketuchetan, priyankabehera155. Fixes #39488. Built from https://develop.svn.wordpress.org/trunk@39732 git-svn-id: http://core.svn.wordpress.org/trunk@39672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2e81d3ed88
commit
2f50816f32
|
@ -35,7 +35,7 @@ get_header(); ?>
|
||||||
*
|
*
|
||||||
* @since Twenty Seventeen 1.0
|
* @since Twenty Seventeen 1.0
|
||||||
*
|
*
|
||||||
* @param $num_sections integer
|
* @param int $num_sections Number of front page sections.
|
||||||
*/
|
*/
|
||||||
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
|
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
|
||||||
global $twentyseventeencounter;
|
global $twentyseventeencounter;
|
||||||
|
|
|
@ -90,7 +90,7 @@ function twentyseventeen_customize_register( $wp_customize ) {
|
||||||
*
|
*
|
||||||
* @since Twenty Seventeen 1.0
|
* @since Twenty Seventeen 1.0
|
||||||
*
|
*
|
||||||
* @param $num_sections integer
|
* @param int $num_sections Number of front page sections.
|
||||||
*/
|
*/
|
||||||
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
|
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,7 @@ function twentyseventeen_panel_count() {
|
||||||
*
|
*
|
||||||
* @since Twenty Seventeen 1.0
|
* @since Twenty Seventeen 1.0
|
||||||
*
|
*
|
||||||
* @param $num_sections integer
|
* @param int $num_sections Number of front page sections.
|
||||||
*/
|
*/
|
||||||
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
|
$num_sections = apply_filters( 'twentyseventeen_front_page_sections', 4 );
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-39720';
|
$wp_version = '4.8-alpha-39732';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue