Short descriptions for inline docs should end with a period, per the vast majority of core. see #25229.

git-svn-id: https://develop.svn.wordpress.org/trunk@25273 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2013-09-06 01:37:59 +00:00
parent 9095e4b866
commit 37d92f4851
5 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -865,7 +865,7 @@ function wp_redirect($location, $status = 302) {
global $is_IIS;
/**
* Filter the redirect location
* Filter the redirect location.
*
* @since 2.1.0
*
@@ -875,7 +875,7 @@ function wp_redirect($location, $status = 302) {
$location = apply_filters( 'wp_redirect', $location, $status );
/**
* Filter the redirect status code
* Filter the redirect status code.
*
* @since 2.3.0
*