Changeset 6967 for trunk/src/includes/extend/buddypress/groups.php
- Timestamp:
- 11/19/2019 05:47:56 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/extend/buddypress/groups.php
r6836 r6967 930 930 931 931 // Topic edit 932 if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_ rewrite_id() ) :932 if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_slug() ) : 933 933 934 934 // Unset the super sticky link on edit topic template … … 1003 1003 } 1004 1004 1005 if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_ rewrite_id() ) :1005 if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_slug() ) : 1006 1006 1007 1007 // Get the main query object
Note: See TracChangeset
for help on using the changeset viewer.