Index: wp-admin/edit.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-admin/edit.php	(revision ecb01fb00970af4e676d0b2610ce2bcbc15686b9)
+++ wp-admin/edit.php	(revision )
@@ -307,6 +307,18 @@
 	printf( ' <span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', get_search_query() );
 ?></h1>
 
+<?php if ( has_action( 'manage_posts_before_extra_area' ) ) : ?>
+<div>
+	<?php
+	/**
+	 * Fires after title
+	 *
+	 * @since 4.5.0
+	 */
+	do_action( 'manage_posts_before_extra_area' );
+	?>
+</div>
+<?php endif;?>
 <?php
 // If we have a bulk message to issue:
 $messages = array();
