Changeset 8618 for trunk/wp-admin/admin-post.php
- Timestamp:
- 08/11/2008 08:26:31 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-post.php
r8315 r8618 1 1 <?php 2 define('WP_ADMIN', TRUE); 2 /** 3 * WordPress Administration Generic POST Handler. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 9 /** We are located in WordPress Administration Panels */ 10 define('WP_ADMIN', true); 3 11 4 12 if ( defined('ABSPATH') )
Note: See TracChangeset
for help on using the changeset viewer.