271<?php272/**273 * Fires at the beginning of the content section in an admin page.274 *275 * @since 3.0.0276 */277do_action('in_admin_header');278?>279280<divid="wpbody"role="main">281<?php282unset($blog_name,$total_update_count,$update_title);283
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.