Ticket #26601: 26601.widgets.patch
| File 26601.widgets.patch, 774 bytes (added by , 9 years ago) |
|---|
-
wp-admin/widgets.php
344 344 require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?> 345 345 346 346 <div class="wrap"> 347 <h1 >347 <h1 class="wp-heading-inline"> 348 348 <?php 349 349 echo esc_html( $title ); 350 ?> 351 </h1> 352 <?php 350 353 if ( current_user_can( 'customize' ) ) { 351 354 printf( 352 355 ' <a class="page-title-action hide-if-no-customize" href="%1$s">%2$s</a>', … … 361 364 ); 362 365 } 363 366 ?> 364 < /h1>367 <hr class="wp-header-end"> 365 368 366 369 <?php if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) { ?> 367 370 <div id="message" class="updated notice is-dismissible"><p><?php echo $messages[$_GET['message']]; ?></p></div>