Changeset 775347
- Timestamp:
- 09/19/2013 01:27:40 PM (13 years ago)
- Location:
- home-page-to-bp-profile-plus-privacy
- Files:
-
- 4 added
- 3 edited
-
tags/1.2 (added)
-
tags/1.2/home-page-to-bp-profile-plus-privacy.php (added)
-
tags/1.2/loader.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/home-page-to-bp-profile-plus-privacy.php (modified) (2 diffs)
-
trunk/loader.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
home-page-to-bp-profile-plus-privacy/trunk/home-page-to-bp-profile-plus-privacy.php
r774246 r775347 76 76 77 77 /* Prevent RSS Feeds */ 78 function cut_nonreg_visitor_rss_feed() {78 function hptbpp_cut_nonreg_visitor_rss_feed() { 79 79 if ( !is_user_logged_in() ) { 80 80 remove_action( 'bp_actions', 'bp_activity_action_sitewide_feed' ,3 ); … … 87 87 } 88 88 } 89 add_action('init', ' cut_nonreg_visitor_rss_feed');89 add_action('init', 'hptbpp_cut_nonreg_visitor_rss_feed'); 90 90 /* End Prevent RSS Feeds */ 91 91 ?> -
home-page-to-bp-profile-plus-privacy/trunk/loader.php
r774248 r775347 4 4 Plugin URI: http://bphelpblog.wordpress.com/ 5 5 Description: Adds privacy and redirects logged in user from home to profile. 6 Version: 1. 06 Version: 1.2 7 7 Requires at least: 3.2.1 8 8 Tested up to: 3.6.1 -
home-page-to-bp-profile-plus-privacy/trunk/readme.txt
r774733 r775347 4 4 Requires at least: 3.2.1 5 5 Tested up to: 3.6.1 6 Stable tag: 1. 06 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 == Changelog == 54 54 55 = 1.2 = 56 Fixed potential redeclare function call if using one of my other plugins 57 55 58 = 1.0 = 56 59 First release … … 58 61 == Upgrade Notice == 59 62 63 = 1.2 = 64 Fixed potential redeclare function call if using one of my other plugins 65 60 66 = 1.0 = 61 67 First release
Note: See TracChangeset
for help on using the changeset viewer.