Changeset 39551 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 12/09/2016 06:56:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r38823 r39551 56 56 57 57 <div class="wrap"> 58 <h1 ><?php58 <h1 class="wp-heading-inline"><?php 59 59 echo esc_html( $title ); 60 ?></h1> 60 61 62 <?php 61 63 if ( in_array( get_site_option( 'registration' ), array( 'all', 'blog' ) ) ) { 62 64 /** This filter is documented in wp-login.php */ … … 64 66 printf( ' <a href="%s" class="page-title-action">%s</a>', esc_url( $sign_up_url ), esc_html_x( 'Add New', 'site' ) ); 65 67 } 66 ?></h1>67 68 68 <?php69 69 if ( empty( $blogs ) ) : 70 70 echo '<p>'; … … 73 73 else : 74 74 ?> 75 76 <hr class="wp-header-end"> 77 75 78 <form id="myblogs" method="post"> 76 79 <?php
Note: See TracChangeset
for help on using the changeset viewer.