mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
Docs: Fix a few minor inline documentation typos in a variety of files and contexts.
Props ramizmanked. Fixes #45463. git-svn-id: https://develop.svn.wordpress.org/trunk@44331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -34,7 +34,7 @@ $action = empty( $_REQUEST['action'] ) ? '' : $_REQUEST['action'];
|
||||
if ( ! wp_validate_auth_cookie() ) {
|
||||
if ( empty( $action ) ) {
|
||||
/**
|
||||
* Fires on a non-authenticated admin post request where no action was supplied.
|
||||
* Fires on a non-authenticated admin post request where no action is supplied.
|
||||
*
|
||||
* @since 2.6.0
|
||||
*/
|
||||
@@ -53,7 +53,7 @@ if ( ! wp_validate_auth_cookie() ) {
|
||||
} else {
|
||||
if ( empty( $action ) ) {
|
||||
/**
|
||||
* Fires on an authenticated admin post request where no action was supplied.
|
||||
* Fires on an authenticated admin post request where no action is supplied.
|
||||
*
|
||||
* @since 2.6.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user