Ticket #4313: 4313.patch
File 4313.patch, 2.4 KB (added by , 5 years ago) |
---|
-
wp-content/themes/pub/wporg-themes/theme-single.php
181 181 </div><!-- .theme-translations --> 182 182 183 183 <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> 186 185 <ul class="unmarked-list"> 187 186 <li> 188 187 <a href="//themes.trac.wordpress.org/log/<?php echo $theme->slug; ?>?limit=100&mode=stop_on_copy&format=rss"> … … 192 191 </li> 193 192 </ul> 194 193 195 <h 5><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h5>194 <h4><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h4> 196 195 <ul class="unmarked-list"> 197 196 <li><a href="//themes.trac.wordpress.org/log/<?php echo $theme->slug; ?>/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li> 198 197 <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
140 140 </div><!-- .theme-translations --> 141 141 142 142 <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> 145 144 <ul class="unmarked-list"> 146 145 <li> 147 146 <a href="//themes.trac.wordpress.org/log/{{data.id}}?limit=100&mode=stop_on_copy&format=rss"> … … 151 150 </li> 152 151 </ul> 153 152 154 <h 5><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h5>153 <h4><?php _e( 'Browse the Code', 'wporg-themes' ); ?></h4> 155 154 <ul class="unmarked-list"> 156 155 <li><a href="//themes.trac.wordpress.org/log/{{data.id}}/" rel="nofollow"><?php _e( 'Development Log', 'wporg-themes' ); ?></a></li> 157 156 <li><a href="//themes.svn.wordpress.org/{{data.id}}/" rel="nofollow"><?php _e( 'Subversion Repository', 'wporg-themes' ); ?></a></li>