mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 22:45:39 +00:00
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:
parent
5285483e6f
commit
4fda7ca277
@ -309,7 +309,7 @@ class WP_Press_This {
|
|||||||
*
|
*
|
||||||
* @since 4.5.0
|
* @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 );
|
$useful_html_elements = apply_filter( 'press_this_useful_html_elements', $useful_html_elements );
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user