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

Props ericlewis.
Fixes #25362.

Built from https://develop.svn.wordpress.org/trunk@25561


git-svn-id: http://core.svn.wordpress.org/trunk@25479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2013-09-22 05:18:09 +00:00
parent c43600ea4b
commit f7546cb45a
1 changed files with 3 additions and 1 deletions

View File

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