Changeset 1273
- Timestamp:
- 02/17/2015 10:51:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/view-templates/theme-single.php
r1255 r1273 117 117 </div><!-- .theme-rating --> 118 118 119 <div class="theme-support"> 120 <h4><?php _e( 'Support', 'wporg-themes' ); ?></h4> 121 <p><?php _e( 'Got something to say? Neeed help?', 'wporg-themes' ); ?></p> 122 <a href="//wordpress.org/support/theme/{{ data.slug }}" class="button button-secondary"><?php _e( 'View support forum', 'wporg-themes' ); ?></a> 123 </div><!-- .theme-support --> 124 119 125 <div class="theme-devs"> 120 126 <h4><?php _e( 'Development', 'wporg-themes' ); ?></h4> … … 136 142 </ul> 137 143 </div><!-- .theme-devs --> 138 139 <div class="theme-support">140 <h4><?php _e( 'Support', 'wporg-themes' ); ?></h4>141 <p><?php _e( 'Got something to say? Neeed help?', 'wporg-themes' ); ?></p>142 <a href="//wordpress.org/support/theme/{{ data.slug }}" class="button button-secondary"><?php _e( 'View support forum', 'wporg-themes' ); ?></a>143 </div><!-- .theme-support -->144 144 </div> 145 145 </div>
Note: See TracChangeset
for help on using the changeset viewer.