Docs: Remove extra dot from some `@since` tags.
Props hardik-amipara. Fixes #42899. Built from https://develop.svn.wordpress.org/trunk@42400 git-svn-id: http://core.svn.wordpress.org/trunk@42229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a3f69ffaa3
commit
7c77266b9b
|
@ -25,7 +25,7 @@
|
||||||
*
|
*
|
||||||
* Note that any appropriate tags may be used, as long as the above classes are present.
|
* Note that any appropriate tags may be used, as long as the above classes are present.
|
||||||
*
|
*
|
||||||
* @since 3.6.0.
|
* @since 3.6.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
( function( $ ){
|
( function( $ ){
|
||||||
|
|
|
@ -91,7 +91,7 @@ printf(
|
||||||
/**
|
/**
|
||||||
* Filters the maximum depth of threaded/nested comments.
|
* Filters the maximum depth of threaded/nested comments.
|
||||||
*
|
*
|
||||||
* @since 2.7.0.
|
* @since 2.7.0
|
||||||
*
|
*
|
||||||
* @param int $max_depth The maximum depth of threaded comments. Default 10.
|
* @param int $max_depth The maximum depth of threaded comments. Default 10.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -3742,7 +3742,7 @@ function rel_canonical() {
|
||||||
* via the {@see 'pre_get_shortlink'} filter or filter the output via the {@see 'get_shortlink'}
|
* via the {@see 'pre_get_shortlink'} filter or filter the output via the {@see 'get_shortlink'}
|
||||||
* filter.
|
* filter.
|
||||||
*
|
*
|
||||||
* @since 3.0.0.
|
* @since 3.0.0
|
||||||
*
|
*
|
||||||
* @param int $id Optional. A post or site id. Default is 0, which means the current post or site.
|
* @param int $id Optional. A post or site id. Default is 0, which means the current post or site.
|
||||||
* @param string $context Optional. Whether the id is a 'site' id, 'post' id, or 'media' id. If 'post',
|
* @param string $context Optional. Whether the id is a 'site' id, 'post' id, or 'media' id. If 'post',
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.0-alpha-42399';
|
$wp_version = '5.0-alpha-42400';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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