| 1 |
<?php |
| 2 |
/** |
| 3 |
* This template contains the Friends 2.0 news entry. |
| 4 |
* |
| 5 |
* @package Friends |
| 6 |
*/ |
| 7 |
|
| 8 |
?> |
| 9 |
<div class="friends-news-entry-body"> |
| 10 |
<h2><?php esc_html_e( 'Friends 2.0: Revisions & Site Health', 'friends' ); ?></h2> |
| 11 |
|
| 12 |
<div class="friends-news-changes"> |
| 13 |
<div class="friends-news-change"> |
| 14 |
<h3><?php esc_html_e( 'Feed Revisions', 'friends' ); ?></h3> |
| 15 |
<p><?php esc_html_e( 'Updated feed items are now stored as revisions, so you can see how a post changed over time.', 'friends' ); ?></p> |
| 16 |
</div> |
| 17 |
|
| 18 |
<div class="friends-news-change"> |
| 19 |
<h3><?php esc_html_e( 'Site Health', 'friends' ); ?></h3> |
| 20 |
<p><?php esc_html_e( 'Added checks to the WordPress Site Health screen to help diagnose if everything is working correctly.', 'friends' ); ?></p> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
</div> |
| 24 |
|