Changeset 55642 for trunk/src/wp-includes/class-wp-xmlrpc-server.php
- Timestamp:
- 04/10/2023 12:54:28 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r55539 r55642 4244 4244 4245 4245 // If no specific options where asked for, return all of them. 4246 if ( count( $options ) == 0 ) {4246 if ( count( $options ) === 0 ) { 4247 4247 $options = array_keys( $this->blog_options ); 4248 4248 }
Note: See TracChangeset
for help on using the changeset viewer.