IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 307 | 307 | printf( ' <span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() ); |
| 308 | 308 | ?></h1> |
| 309 | 309 | |
| | 310 | <?php if ( has_action( 'manage_posts_before_extra_area' ) ) : ?> |
| | 311 | <div> |
| | 312 | <?php |
| | 313 | /** |
| | 314 | * Fires after title |
| | 315 | * |
| | 316 | * @since 4.5.0 |
| | 317 | */ |
| | 318 | do_action( 'manage_posts_before_extra_area' ); |
| | 319 | ?> |
| | 320 | </div> |
| | 321 | <?php endif;?> |
| 310 | 322 | <?php |
| 311 | 323 | // If we have a bulk message to issue: |
| 312 | 324 | $messages = array(); |