Ticket #2882: 2882.diff
| File 2882.diff, 648 bytes (added by , 11 years ago) |
|---|
-
tests/phpunit/testcases/users/template/user.php
24 24 $this->set_current_user( $this->old_current_user ); 25 25 } 26 26 27 p rivatefunction set_permalink_structure( $permalink_structure = '/%year%/%monthnum%/%day%/%postname%/' ) {27 public function set_permalink_structure( $permalink_structure = '/%year%/%monthnum%/%day%/%postname%/' ) { 28 28 global $wp_rewrite; 29 29 $wp_rewrite->set_permalink_structure( $permalink_structure ); 30 30 }