Revert [35910].
Built from https://develop.svn.wordpress.org/trunk@35911 git-svn-id: http://core.svn.wordpress.org/trunk@35875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
de7ccd262a
commit
2984cdf457
|
@ -193,7 +193,7 @@ function has_filter($tag, $function_to_check = false) {
|
||||||
*
|
*
|
||||||
* @param string $tag The name of the filter hook.
|
* @param string $tag The name of the filter hook.
|
||||||
* @param mixed $value The value on which the filters hooked to `$tag` are applied on.
|
* @param mixed $value The value on which the filters hooked to `$tag` are applied on.
|
||||||
* @param mixed $var,... Additional variables passed to the functions hooked to `$tag`.
|
* @param mixed $var Additional variables passed to the functions hooked to `$tag`.
|
||||||
* @return mixed The filtered value after all hooked functions are applied to it.
|
* @return mixed The filtered value after all hooked functions are applied to it.
|
||||||
*/
|
*/
|
||||||
function apply_filters( $tag, $value ) {
|
function apply_filters( $tag, $value ) {
|
||||||
|
@ -476,7 +476,7 @@ function add_action($tag, $function_to_add, $priority = 10, $accepted_args = 1)
|
||||||
* @global array $wp_current_filter Stores the list of current filters with the current one last
|
* @global array $wp_current_filter Stores the list of current filters with the current one last
|
||||||
*
|
*
|
||||||
* @param string $tag The name of the action to be executed.
|
* @param string $tag The name of the action to be executed.
|
||||||
* @param mixed $arg,... Optional. Additional arguments which are passed on to the
|
* @param mixed $arg Optional. Additional arguments which are passed on to the
|
||||||
* functions hooked to the action. Default empty.
|
* functions hooked to the action. Default empty.
|
||||||
*/
|
*/
|
||||||
function do_action($tag, $arg = '') {
|
function do_action($tag, $arg = '') {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-35910';
|
$wp_version = '4.5-alpha-35911';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in New Issue