Changeset 13422 for trunk/tests/phpunit/assets/class-bptest-component.php
- Timestamp:
- 02/15/2023 10:23:05 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/assets/class-bptest-component.php
r13108 r13422 35 35 parent::setup_globals( $this->globals ); 36 36 } 37 38 public function add_rewrite_tags( $rewrite_tags = array() ) { 39 parent::add_rewrite_tags( $rewrite_tags ); 40 } 41 42 public function add_rewrite_rules( $rewrite_rules = array() ) { 43 parent::add_rewrite_rules( $rewrite_rules ); 44 } 45 46 public function add_permastructs( $permastructs = array() ) { 47 parent::add_permastructs( $permastructs ); 48 } 37 49 }
Note: See TracChangeset
for help on using the changeset viewer.