diff --git a/wp-content/themes/twentyseventeen/front-page.php b/wp-content/themes/twentyseventeen/front-page.php index 99860a0d07..a169ad29db 100644 --- a/wp-content/themes/twentyseventeen/front-page.php +++ b/wp-content/themes/twentyseventeen/front-page.php @@ -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; diff --git a/wp-content/themes/twentyseventeen/inc/customizer.php b/wp-content/themes/twentyseventeen/inc/customizer.php index 9ae00a6556..d327675e95 100644 --- a/wp-content/themes/twentyseventeen/inc/customizer.php +++ b/wp-content/themes/twentyseventeen/inc/customizer.php @@ -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 ); diff --git a/wp-content/themes/twentyseventeen/inc/template-functions.php b/wp-content/themes/twentyseventeen/inc/template-functions.php index 6b136c4765..9ecbe56a84 100644 --- a/wp-content/themes/twentyseventeen/inc/template-functions.php +++ b/wp-content/themes/twentyseventeen/inc/template-functions.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ba7710ec56..bceba31cc5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.