Ticket #830: favorites.patch

File favorites.patch, 1.1 KB (added by da3rX, 4 years ago)
  • favorites.php

     
    44 
    55<h2 id="currentfavorites"><?php _e('Current Favorites'); ?><?php if ( $topics ) echo ' (' . $favorites_total . ')'; ?></h2> 
    66 
    7 <p><?php _e('Your Favorites allow you to create a custom <abbr title="Really Simple Syndication">RSS</abbr> feed which pulls recent replies to the topics you specify. 
    8 To add topics to your list of favorites, just click the "Add to Favorites" link found on that topic&#8217;s page.'); ?></p> 
     7<p><?php _e('Your Favorites allow you to create a custom <abbr title="Really Simple Syndication">RSS</abbr> feed which pulls recent replies to the topics you specify. To add topics to your list of favorites, just click the "Add to Favorites" link found on that topic&#8217;s page.'); ?></p> 
    98 
    109<?php if ( $user_id == bb_get_current_user_info( 'id' ) ) : ?> 
    1110<p><?php printf(__('Subscribe to your favorites&#8217; <a href="%s"><abbr title="Really Simple Syndication">RSS</abbr> feed</a>.'), attribute_escape( get_favorites_rss_link( bb_get_current_user_info( 'id' ) ) )) ?></p>