# friends/4.2.1/templates/admin/news-3-3.php

Friends, version 4.2.1. 44 lines.

- Page: https://pluginprobe.com/plugins/friends/4.2.1/code/templates/admin/news-3-3.php
- Raw: https://pluginprobe.com/plugins/friends/4.2.1/raw/templates/admin/news-3-3.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-3-3.php#L10-L20`.

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

?>
<div class="friends-news-entry-body">
	<h2><?php esc_html_e( 'Friends 3.3: Styling Overhaul', 'friends' ); ?></h2>

	<div class="friends-news-changes">
		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Styling Overhaul', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'A complete restyling of the Friends frontend with a cleaner, more modern design. Includes a theme selector and the new FediPress theme.', 'friends' ); ?></p>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Direct Messages', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'Send and receive direct messages via ActivityPub and Enable Mastodon Apps.', 'friends' ); ?></p>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'PeerTube & YouTube', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'Subscribe to PeerTube channels and YouTube feeds directly from the Friends plugin.', 'friends' ); ?></p>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Inline Follow', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'Follow people directly from the Friends page, and see which account will be used when following.', 'friends' ); ?></p>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Podcast Support', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'Subscribe to podcasts and listen to episodes right in your Friends feed.', 'friends' ); ?></p>
		</div>

		<div class="friends-news-change">
			<h3><?php esc_html_e( 'Duplicate Remover', 'friends' ); ?></h3>
			<p><?php esc_html_e( 'A new tool to find and remove duplicate posts from your feed.', 'friends' ); ?></p>
		</div>
	</div>
</div>

```
