-set_parentage( $parent_file ); - -?> - -
-render_screen_meta(); - -if ( is_network_admin() ) { - /** - * Prints network admin screen notices. - * - * @since 3.1.0 - */ - do_action( 'network_admin_notices' ); -} elseif ( is_user_admin() ) { - /** - * Prints user admin screen notices. - * - * @since 3.1.0 - */ - do_action( 'user_admin_notices' ); -} else { - /** - * Prints admin screen notices. - * - * @since 3.1.0 - */ - do_action( 'admin_notices' ); -} - -/** - * Prints generic admin screen notices. - * - * @since 3.1.0 - */ -do_action( 'all_admin_notices' ); - -if ( $parent_file == 'options-general.php' ) { - require( ABSPATH . 'wp-admin/options-head.php' ); -} -- cgit