Docs: Fix a copy paste error in the DocBlock summary for `wp_ssl_constants()`, see [13062].
Props terriann. Fixes #43272. Built from https://develop.svn.wordpress.org/trunk@42683 git-svn-id: http://core.svn.wordpress.org/trunk@42511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b1ed10ab9a
commit
1ae9491548
|
@ -305,7 +305,7 @@ function wp_cookie_constants() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Defines cookie related WordPress constants
|
||||
* Defines SSL-related WordPress constants.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42682';
|
||||
$wp_version = '5.0-alpha-42683';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue