261<?php262/**263 * Fires at the beginning of the content section in an admin page.264 *265 * @since 3.0.0266 */267do_action('in_admin_header');268?>269270<divid="wpbody"role="main">271<?php272unset($blog_name,$total_update_count,$update_title);273
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.