Changeset 59748
- Timestamp:
- 01/31/2025 09:52:07 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-xmlrpc-server.php
r59738 r59748 4331 4331 } 4332 4332 4333 if ( true ==$this->blog_options[ $o_name ]['readonly'] ) {4333 if ( $this->blog_options[ $o_name ]['readonly'] ) { 4334 4334 continue; 4335 4335 }
Note: See TracChangeset
for help on using the changeset viewer.