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:
Drew Jaynes
2018-12-19 07:41:41 +00:00
parent 593bdb87fa
commit 3e4a5df698
5 changed files with 6 additions and 6 deletions

View File

@@ -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
*/