From fdc4f68678c74b51769ee80f0a0561b10f3e925f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Mar 2018 13:06:33 +0000 Subject: [PATCH] Docs: Remove copy/pasted default value description for `$type` in `WP_Customize_Manager::add_setting()`. Props DannyCooper. Fixes #43497. Built from https://develop.svn.wordpress.org/trunk@42797 git-svn-id: http://core.svn.wordpress.org/trunk@42627 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index dc31945d1c..65d19ebd56 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -3623,7 +3623,6 @@ final class WP_Customize_Manager { * Optional. Array of properties for the new WP_Customize_Setting. Default empty array. * * @type string $type Type of the setting. Default 'theme_mod'. - * Default 160. * @type string $capability Capability required for the setting. Default 'edit_theme_options' * @type string|array $theme_supports Theme features required to support the panel. Default is none. * @type string $default Default value for the setting. Default is empty string. diff --git a/wp-includes/version.php b/wp-includes/version.php index 97ca65ab48..55a47eea93 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42796'; +$wp_version = '5.0-alpha-42797'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.