mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user