mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Correct @since
version for [33838].
props JustinSainton. see #23692. Built from https://develop.svn.wordpress.org/trunk@33839 git-svn-id: http://core.svn.wordpress.org/trunk@33807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
13540a6b30
commit
db71d238dd
@ -2309,7 +2309,7 @@ function feed_links( $args = array() ) {
|
|||||||
/**
|
/**
|
||||||
* Filter whether to display the posts feed link.
|
* Filter whether to display the posts feed link.
|
||||||
*
|
*
|
||||||
* @since 4.3.0
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
* @param bool $show Whether to display the posts feed link. Default true.
|
* @param bool $show Whether to display the posts feed link. Default true.
|
||||||
*/
|
*/
|
||||||
@ -2320,7 +2320,7 @@ function feed_links( $args = array() ) {
|
|||||||
/**
|
/**
|
||||||
* Filter whether to display the comments feed link.
|
* Filter whether to display the comments feed link.
|
||||||
*
|
*
|
||||||
* @since 4.3.0
|
* @since 4.4.0
|
||||||
*
|
*
|
||||||
* @param bool $show Whether to display the comments feed link. Default true.
|
* @param bool $show Whether to display the comments feed link. Default true.
|
||||||
*/
|
*/
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-33838';
|
$wp_version = '4.4-alpha-33839';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user