Changeset 25616 for trunk/src/wp-admin/link.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/link.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link.php
r23445 r25616 11 11 12 12 /** Load WordPress Administration Bootstrap */ 13 require_once ('admin.php');13 require_once( dirname( __FILE__ ) . '/admin.php' ); 14 14 15 15 wp_reset_vars( array( 'action', 'cat_id', 'link_id' ) ); … … 112 112 wp_die(__('Link not found.')); 113 113 114 include ('edit-link-form.php');115 include ('admin-footer.php');114 include( ABSPATH . 'wp-admin/edit-link-form.php' ); 115 include( ABSPATH . 'wp-admin/admin-footer.php' ); 116 116 break; 117 117
Note: See TracChangeset
for help on using the changeset viewer.