From 4fda7ca2778f510d97f1fb2369b0529ed6b0559d Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 3 Mar 2016 06:58:26 +0000 Subject: [PATCH] Docs: Match the parameter name in the hook docs for the `press_this_useful_html_elements` filter, introduced in [36672]. See #34455. See #35986. Built from https://develop.svn.wordpress.org/trunk@36819 git-svn-id: http://core.svn.wordpress.org/trunk@36786 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-press-this.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-press-this.php b/wp-admin/includes/class-wp-press-this.php index 0ccb9d7799..f53af9362e 100644 --- a/wp-admin/includes/class-wp-press-this.php +++ b/wp-admin/includes/class-wp-press-this.php @@ -309,7 +309,7 @@ class WP_Press_This { * * @since 4.5.0 * - * @param array $elements Default list of useful elements. + * @param array $useful_html_elements Default list of useful elements. */ $useful_html_elements = apply_filter( 'press_this_useful_html_elements', $useful_html_elements ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 9a1557f2fe..720cdc60d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta2-36818'; +$wp_version = '4.5-beta2-36819'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.