# friends/4.2.1/templates/admin/news-2-0.php

Friends, version 4.2.1. 24 lines.

- Page: https://pluginprobe.com/plugins/friends/4.2.1/code/templates/admin/news-2-0.php
- Raw: https://pluginprobe.com/plugins/friends/4.2.1/raw/templates/admin/news-2-0.php
- Modified: 2026-03-25T11:42:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/friends/4.2.1/code/templates/admin/news-2-0.php#L10-L20`.

```php
<?php
/**
 * This template contains the Friends 2.0 news entry.
 *
 * @package Friends
 */

?>
<div class="friends-news-entry-body">
	<h2><?php esc_html_e( 'Friends 2.0: Revisions & Site Health', 'friends' ); ?></h2>

	<div class="friends-news-changes">
		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Feed Revisions', 'friends' ); ?></h3>
			<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>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Site Health', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'Added checks to the WordPress Site Health screen to help diagnose if everything is working correctly.', 'friends' ); ?></p>
		</div>
	</div>
</div>

```
