Making WordPress.org

Ticket #4313: 4313.patch

File 4313.patch, 2.4 KB (added by JarretC, 5 years ago)

Removes 'Development' h5 header and replaces h5 with h4 tags

  • wp-content/themes/pub/wporg-themes/theme-single.php

     
    181181                                </div><!-- .theme-translations -->
    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>
    188187                                                        <a href="//themes.trac.wordpress.org/log/<?php echo $theme->slug; ?>?limit=100&amp;mode=stop_on_copy&amp;format=rss">
     
    192191                                                </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>
    198197                                                <li><a href="//themes.svn.wordpress.org/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Subversion Repository', 'wporg-themes' ); ?></a></li>
  • wp-content/themes/pub/wporg-themes/view-templates/theme-single.php

     
    140140                                </div><!-- .theme-translations -->
    141141
    142142                                <div class="theme-devs">
    143                                         <h4><?php _e( 'Development', 'wporg-themes' ); ?></h4>
    144                                         <h5><?php _e( 'Subscribe', 'wporg-themes' ); ?></h5>
     143                                        <h4><?php _e( 'Subscribe', 'wporg-themes' ); ?></h4>
    145144                                        <ul class="unmarked-list">
    146145                                                <li>
    147146                                                        <a href="//themes.trac.wordpress.org/log/{{data.id}}?limit=100&mode=stop_on_copy&format=rss">
     
    151150                                                </li>
    152151                                        </ul>
    153152
    154                                         <h5><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h5>
     153                                        <h4><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h4>
    155154                                        <ul class="unmarked-list">
    156155                                                <li><a href="//themes.trac.wordpress.org/log/{{data.id}}/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li>
    157156                                                <li><a href="//themes.svn.wordpress.org/{{data.id}}/" rel="nofollow"><?php _e( 'Subversion Repository', 'wporg-themes' ); ?></a></li>