Changeset 6068 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
- Timestamp:
- 11/01/2017 07:37:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/front-page.php
r6060 r6068 32 32 <p class="subheading"><?php _e( 'Beautiful designs, powerful features, and the freedom to build anything you want. WordPress is both free and priceless at the same time.' ); ?></p> 33 33 <div class="screenshots"> 34 <img src="https://s.w.org/images/home/screen-themes.png? 1" class="dashboard" />35 <img src="https://s.w.org/images/home/iphone-themes.png? 1" class="dashboard-mobile" />34 <img src="https://s.w.org/images/home/screen-themes.png?3" class="dashboard" /> 35 <img src="https://s.w.org/images/home/iphone-themes.png?3" class="dashboard-mobile" /> 36 36 </div> 37 37 </section> … … 114 114 $featured->the_post(); 115 115 the_title( sprintf( '<h5><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h5>' ); 116 echo '<p>' . apply_filters( 'the_excerpt', get_the_excerpt() ) . '</p>';116 echo apply_filters( 'the_excerpt', get_the_excerpt() ); 117 117 endwhile; 118 118 wp_reset_query(); … … 138 138 <h4><a href="https://wordpress.org/showcase/"><?php _e( 'WordPress Users' ); ?></a></h4> 139 139 140 <ul id="notable-users" >140 <ul id="notable-users" class="notable-users"> 141 141 <?php 142 142 $links = array( … … 160 160 ?> 161 161 </ul> 162 < p id="showcase-link"><a href="https://wordpress.org/showcase/"><?php _e( '… and hundreds more' ); ?></a></p>162 <a class="showcase-link" href="https://wordpress.org/showcase/"><?php _e( '… and hundreds more' ); ?></a> 163 163 </div> 164 164 </div> … … 166 166 </main><!-- #main --> 167 167 168 168 <?php 169 169 get_footer();
Note: See TracChangeset
for help on using the changeset viewer.