Changeset 46144 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 09/15/2019 11:53:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r45623 r46144 445 445 public function __call( $name, $arguments ) { 446 446 if ( '_init_caps' === $name ) { 447 return call_user_func_array( array( $this, $name ),$arguments );447 return $this->_init_caps( ...$arguments ); 448 448 } 449 449 return false;
Note: See TracChangeset
for help on using the changeset viewer.