Changeset 8318
- Timestamp:
- 02/22/2019 01:52:28 PM (6 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-history.php
r8269 r8318 257 257 <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'December 6, 2018' ) ) ); ?></td> 258 258 </tr> 259 <tr> 260 <th><a href="https://wordpress.org/news/2019/02/betty/">5.1</a></th> 261 <td>Betty Carter</td> 262 <td><?php echo esc_html( date_i18n( $date_format, strtotime( 'February 21, 2019' ) ) ); ?></td> 263 </tr> 259 264 </tbody> 260 265 </table> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-roadmap.php
r8205 r8318 119 119 <tr> 120 120 <th> 121 <a href="https://make.wordpress.org/core/5- 1/">5.1</a>121 <a href="https://make.wordpress.org/core/5-2/">5.2</a> 122 122 <a href="https://core.trac.wordpress.org/tickets/major">(Trac)</a> 123 123 </th> 124 <td><?php echo date_i18n( 'F Y', strtotime( 'Feb 2019' ) ); ?></td> 125 </tr> 126 <tr> 127 <th> 128 5.2 129 <a href="https://core.trac.wordpress.org/milestone/5.2">(Trac)</a> 130 </th> 131 <td>2019</td> 124 <td><?php echo date_i18n( 'F Y', strtotime( 'April 2019' ) ); ?></td> 132 125 </tr> 133 126 </tbody>
Note: See TracChangeset
for help on using the changeset viewer.