Make WordPress Core


Ignore:
Timestamp:
12/19/2018 07:41:41 AM (6 years ago)
Author:
DrewAPicture
Message:

Docs: Fix a few minor inline documentation typos in a variety of files and contexts.

Props ramizmanked.
Fixes #45463.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/admin-post.php

    r42343 r44331  
    3535    if ( empty( $action ) ) {
    3636        /**
    37          * Fires on a non-authenticated admin post request where no action was supplied.
     37         * Fires on a non-authenticated admin post request where no action is supplied.
    3838         *
    3939         * @since 2.6.0
     
    5454    if ( empty( $action ) ) {
    5555        /**
    56          * Fires on an authenticated admin post request where no action was supplied.
     56         * Fires on an authenticated admin post request where no action is supplied.
    5757         *
    5858         * @since 2.6.0
Note: See TracChangeset for help on using the changeset viewer.