WordPress Version: 6.4
/**
* Outputs a notice when editing the page for posts (internal use only).
*
* @ignore
* @since 4.2.0
*/
function _wp_posts_page_notice()
{
wp_admin_notice(__('You are currently editing the page that shows your latest posts.'), array('type' => 'warning', 'additional_classes' => array('inline')));
}