Making WordPress.org


Ignore:
Timestamp:
12/16/2019 02:39:56 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: Promote two <h4>s to <h5>s.

Props JarretC.
Fixes #4313.

File:
1 edited

Legend:

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

    r8998 r9346  
    182182
    183183                <div class="theme-devs">
    184                     <h4><?php _e( 'Development', 'wporg-themes' ); ?></h4>
    185                     <h5><?php _e( 'Subscribe', 'wporg-themes' ); ?></h5>
     184                    <h4><?php _e( 'Subscribe', 'wporg-themes' ); ?></h4>
    186185                    <ul class="unmarked-list">
    187186                        <li>
     
    193192                    </ul>
    194193
    195                     <h5><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h5>
     194                    <h4><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h4>
    196195                    <ul class="unmarked-list">
    197196                        <li><a href="//themes.trac.wordpress.org/log/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.