Making WordPress.org


Ignore:
Timestamp:
05/27/2020 01:44:38 AM (4 years ago)
Author:
dufresnesteven
Message:

Showcase: Improve heading structure.

See: #4112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/header.php

    r9574 r9933  
    88$prefix = is_ssl() ? 'https://' : 'http://s.';
    99wp_enqueue_style( 'blog-wp4', $prefix.'wordpress.org/style/blog-wp4.css', array(), 4 );
    10 wp_enqueue_style( 'showcase', $prefix.'wordpress.org/wp-content/themes/pub/wporg-showcase/style.css', array(), 19 );
     10wp_enqueue_style( 'showcase', get_stylesheet_uri(), array(), 19 );
    1111require WPORGPATH . 'header.php';
    1212?>
     
    1414    <div class="wrapper">
    1515        <a id="wpsc-mobile-menu-button" class="" href="#" onclick="toggle_wpsc_mobile_menu();"></a>
    16         <h2><?php _e( 'WordPress Website Showcase', 'wporg-showcase' ); ?></h2>
     16        <h1><?php _e( 'WordPress Website Showcase', 'wporg-showcase' ); ?></h1>
    1717    </div>
    1818</div>
Note: See TracChangeset for help on using the changeset viewer.