Making WordPress.org


Ignore:
Timestamp:
04/27/2014 08:02:52 AM (12 years ago)
Author:
coffee2code
Message:

On reference landing page, show a 'View all' link pointing to version archive for latest WP release in place of 14th 'New in' widget item

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-reference-landing.php

    r562 r572  
    3838
    3939                                                                $list = new WP_Query( array(
    40                                                                         'posts_per_page' => 14,
     40                                                                        'posts_per_page' => 13,
    4141                                                                        'post_type'      => array( 'wp-parser-function', 'wp-parser-hook', 'wp-parser-class', 'wp-parser-method' ),
    4242                                                                        'orderby'        => 'title',
     
    5555                                                                endwhile;
    5656                                                                ?>
     57                                                                <li class="view-all-new-in"><a href="<?php echo esc_attr( get_term_link( $version, 'wp-parser-since' ) ); ?>"><?php _e( 'View all&hellip;', 'wporg' ); ?></a></li>
    5758                                                        </ul>
    5859                                                </div>
Note: See TracChangeset for help on using the changeset viewer.