Making WordPress.org


Ignore:
Timestamp:
04/23/2015 06:50:05 PM (11 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Change box title to indicate list includes "New & Updated" in the release, not just "New".

  • Resize box to accommodate longer text
  • In the future, we may split new and updated into separate boxes, but that requires some work.
File:
1 edited

Legend:

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

    r1063 r1504  
    3636                <div class="new-in-guide section two-columns clear">
    3737                    <div class="widget box gray">
    38                         <h3 class="widget-title"><?php $version = DevHub\get_current_version_term(); printf( __( 'New in WordPress %s:', 'wporg' ), substr( $version->name, 0, -2 ) ); ?></h3>
     38                        <h3 class="widget-title"><?php $version = DevHub\get_current_version_term(); printf( __( 'New &amp; Updated in WordPress %s:', 'wporg' ), substr( $version->name, 0, -2 ) ); ?></h3>
    3939                        <div class="widget-content">
    4040                            <ul class="unordered-list no-bullets">
Note: See TracChangeset for help on using the changeset viewer.