X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..5d244c8fd9a27c9f89dd08da2af6fbc67d4fce63:/wp-admin/tools.php diff --git a/wp-admin/tools.php b/wp-admin/tools.php index a036f285..afc65d90 100644 --- a/wp-admin/tools.php +++ b/wp-admin/tools.php @@ -7,7 +7,7 @@ */ /** WordPress Administration Bootstrap */ -require_once('./admin.php'); +require_once( dirname( __FILE__ ) . '/admin.php' ); $title = __('Tools'); @@ -26,14 +26,13 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . '

' . __('Documentation on Tools') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); -require_once('./admin-header.php'); +require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

@@ -43,7 +42,7 @@ require_once('./admin-header.php');

-

+