Changeset 25616 for trunk/src/wp-admin/link-add.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/link-add.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link-add.php
r23445 r25616 8 8 9 9 /** Load WordPress Administration Bootstrap */ 10 require_once( './admin.php');10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 12 if ( ! current_user_can('manage_links') ) … … 25 25 26 26 $link = get_default_link_to_edit(); 27 include( './edit-link-form.php');27 include( ABSPATH . 'wp-admin/edit-link-form.php' ); 28 28 29 require( './admin-footer.php');29 require( ABSPATH . 'wp-admin/admin-footer.php' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)