Changeset 44331 for trunk/src/wp-admin/admin-post.php
- Timestamp:
- 12/19/2018 07:41:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-post.php
r42343 r44331 35 35 if ( empty( $action ) ) { 36 36 /** 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. 38 38 * 39 39 * @since 2.6.0 … … 54 54 if ( empty( $action ) ) { 55 55 /** 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. 57 57 * 58 58 * @since 2.6.0
Note: See TracChangeset
for help on using the changeset viewer.