Plugin Directory

Changeset 775347


Ignore:
Timestamp:
09/19/2013 01:27:40 PM (13 years ago)
Author:
bphelp
Message:

Update 1.2

Location:
home-page-to-bp-profile-plus-privacy
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • home-page-to-bp-profile-plus-privacy/trunk/home-page-to-bp-profile-plus-privacy.php

    r774246 r775347  
    7676   
    7777/* Prevent RSS Feeds */
    78 function cut_nonreg_visitor_rss_feed() {
     78function hptbpp_cut_nonreg_visitor_rss_feed() {
    7979    if ( !is_user_logged_in() ) {
    8080        remove_action( 'bp_actions', 'bp_activity_action_sitewide_feed' ,3      );
     
    8787    }
    8888}
    89 add_action('init', 'cut_nonreg_visitor_rss_feed');
     89add_action('init', 'hptbpp_cut_nonreg_visitor_rss_feed');
    9090/* End Prevent RSS Feeds */
    9191?>
  • home-page-to-bp-profile-plus-privacy/trunk/loader.php

    r774248 r775347  
    44Plugin URI: http://bphelpblog.wordpress.com/
    55Description: Adds privacy and redirects logged in user from home to profile.
    6 Version: 1.0
     6Version: 1.2
    77Requires at least: 3.2.1
    88Tested up to: 3.6.1
  • home-page-to-bp-profile-plus-privacy/trunk/readme.txt

    r774733 r775347  
    44Requires at least: 3.2.1
    55Tested up to: 3.6.1
    6 Stable tag: 1.0
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353== Changelog ==
    5454
     55= 1.2 =
     56Fixed potential redeclare function call if using one of my other plugins
     57
    5558= 1.0 =
    5659First release
     
    5861== Upgrade Notice ==
    5962
     63= 1.2 =
     64Fixed potential redeclare function call if using one of my other plugins
     65
    6066= 1.0 =
    6167First release
Note: See TracChangeset for help on using the changeset viewer.