Changeset 8645 for trunk/wp-admin/link.php
- Timestamp:
- 08/14/2008 06:30:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link.php
r7961 r8645 1 1 <?php 2 /** 3 * Manage link administration actions. 4 * 5 * This page is accessed by the link management pages and handles the forms and 6 * AJAX processes for link actions. 7 * 8 * @package WordPress 9 * @subpackage Administration 10 */ 11 12 /** Load WordPress Administration Bootstrap */ 2 13 require_once ('admin.php'); 3 14
Note: See TracChangeset
for help on using the changeset viewer.