Twenty Seventeen: Correct `@param` entry for `twentyseventeen_front_page_sections` filter.

Props ketuchetan, priyankabehera155.
Fixes #39488.

git-svn-id: https://develop.svn.wordpress.org/trunk@39732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-01-06 11:24:42 +00:00
parent 6cbe5b7a02
commit c7389223cd
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ get_header(); ?>
*
* @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 );
global $twentyseventeencounter;

View File

@ -90,7 +90,7 @@ function twentyseventeen_customize_register( $wp_customize ) {
*
* @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 );

View File

@ -80,7 +80,7 @@ function twentyseventeen_panel_count() {
*
* @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 );