Improve file header and description in wp-admin/admin-post.php.

Props ericlewis.
Fixes #25362.


git-svn-id: https://develop.svn.wordpress.org/trunk@25561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2013-09-22 05:17:15 +00:00
parent 455b8d47a9
commit 222c2de402
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
<?php
/**
* WordPress Administration Generic POST Handler.
* WordPress Generic Request (POST/GET) Handler
*
* Intended for form submission handling in themes and plugins.
*
* @package WordPress
* @subpackage Administration