- Timestamp:
- 03/18/2023 09:42:31 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r13436 r13437 788 788 789 789 /** 790 * Add theRegistration and Activation rewrite tags.790 * Adds the Members directory type, Registration and Activation rewrite tags. 791 791 * 792 792 * @since 12.0.0 … … 797 797 public function add_rewrite_tags( $rewrite_tags = array() ) { 798 798 $rewrite_tags = array( 799 'directory_type' => '([^/]+)', 799 800 'member_register' => '([1]{1,})', 800 801 'member_activate' => '([1]{1,})', … … 806 807 807 808 /** 808 * Add the Registration and Activation rewrite rules.809 * Adds the Registration and Activation rewrite rules. 809 810 * 810 811 * @since 12.0.0 … … 841 842 842 843 /** 843 * Add the Registration and Activation permastructs.844 * Adds the Registration and Activation permastructs. 844 845 * 845 846 * @since 12.0.0
Note: See TracChangeset
for help on using the changeset viewer.