Changeset 774696
- Timestamp:
- 09/18/2013 02:42:23 PM (13 years ago)
- Location:
- private-bp-pages
- Files:
-
- 4 added
- 3 edited
-
tags/1.0/private-bp-pages.php (modified) (1 diff)
-
tags/1.2 (added)
-
tags/1.2/loader.php (added)
-
tags/1.2/private-bp-pages.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/loader.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
private-bp-pages/tags/1.0/private-bp-pages.php
r774670 r774696 6 6 $bphelp_my_redirect_slug = get_option( 'bphelp-my-redirect-slug', 'register' ); 7 7 8 if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() || bbp_is_single_forum() || bbp_is_single_topic() || bp_is_forums_component() || bp_is_blogs_component() || bp_is_ members_component() || bp_is_profile_component() ) {8 if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() || bbp_is_single_forum() || bbp_is_single_topic() || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_profile_component() ) { 9 9 10 10 if(!is_user_logged_in()) { -
private-bp-pages/trunk/loader.php
r771810 r774696 6 6 your WordPress pages public. 7 7 Blocks BP RSS feeds to logged out visitors. 8 Version: 1. 08 Version: 1.2 9 9 Requires at least: WordPress 3.2.1 10 10 Tested up to: 3.6.1 -
private-bp-pages/trunk/readme.txt
r773797 r774696 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 … … 37 37 38 38 == Notes == 39 None 39 40 40 41 == Changelog == … … 45 46 == Upgrade Notice == 46 47 48 = 1.2 = 49 Fixed depreciated bp_is_page() call 50 47 51 = 1.0 = 48 52 First release
Note: See TracChangeset
for help on using the changeset viewer.