Changeset 46150
- Timestamp:
- 09/16/2019 04:31:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r46148 r46150 730 730 * @param array $args An array of arguments to check. 731 731 * @param int $count Minimum number of arguments. 732 * @return bool if `$args` contains at least $count arguments.732 * @return bool True if `$args` contains at least `$count` arguments, false otherwise. 733 733 */ 734 734 protected function minimum_args( $args, $count ) {
Note: See TracChangeset
for help on using the changeset viewer.