Changeset 46144 for trunk/src/wp-includes/class-wp-comment-query.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-comment-query.php
r46087 r46144 125 125 public function __call( $name, $arguments ) { 126 126 if ( 'get_search_sql' === $name ) { 127 return call_user_func_array( array( $this, $name ),$arguments );127 return $this->get_search_sql( ...$arguments ); 128 128 } 129 129 return false;
Note: See TracChangeset
for help on using the changeset viewer.