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
This commit is contained in:
Drew Jaynes 2016-03-03 06:58:26 +00:00
parent 5285483e6f
commit 4fda7ca277
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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.