From 849fb422f5eee53db08f5f4d54eeda8b920942ec Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 9 Feb 2018 18:20:15 +0000 Subject: [PATCH] Docs: Fix a copy paste error in the DocBlock summary for `wp_ssl_constants()`, see [13062]. Props terriann. Fixes #43272. git-svn-id: https://develop.svn.wordpress.org/trunk@42683 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/default-constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/default-constants.php b/src/wp-includes/default-constants.php index e6c23b6a0f..dfa3129b84 100644 --- a/src/wp-includes/default-constants.php +++ b/src/wp-includes/default-constants.php @@ -305,7 +305,7 @@ function wp_cookie_constants() { } /** - * Defines cookie related WordPress constants + * Defines SSL-related WordPress constants. * * @since 3.0.0 */