equal
deleted
inserted
replaced
361 |
361 |
362 <div class="wrap"> |
362 <div class="wrap"> |
363 <h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1> |
363 <h1 class="wp-heading-inline"><?php echo esc_html( $title ); ?></h1> |
364 |
364 |
365 <?php if ( current_user_can( 'install_themes' ) ) : ?> |
365 <?php if ( current_user_can( 'install_themes' ) ) : ?> |
366 <a href="theme-install.php" class="page-title-action"><?php echo esc_html__( 'Add New Theme' ); ?></a> |
366 <a href="theme-install.php" class="page-title-action"><?php echo esc_html__( 'Add Theme' ); ?></a> |
367 <?php endif; ?> |
367 <?php endif; ?> |
368 |
368 |
369 <?php |
369 <?php |
370 if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) { |
370 if ( isset( $_REQUEST['s'] ) && strlen( $_REQUEST['s'] ) ) { |
371 echo '<span class="subtitle">'; |
371 echo '<span class="subtitle">'; |