if ( !
defined( 'WP_ADMIN'
) ) { /*
* This file is being included from a file other than wp-admin/admin.php, so
* some setup was skipped. Make sure the admin message catalog is loaded since
* load_default_textdomain() will not have done so in this context.
*/
$admin_locale =
get_locale();
load_textdomain( 'default', WP_LANG_DIR . '/admin-' .
$admin_locale . '.mo',
$admin_locale );
unset( $admin_locale );
}/** WordPress Administration Hooks */
require_once ABSPATH . 'wp-admin/includes/admin-filters.php';
/** WordPress Bookmark Administration API */
require_once ABSPATH . 'wp-admin/includes/bookmark.php';
/** WordPress Comment Administration API */
require_once ABSPATH . 'wp-admin/includes/comment.php';