Upgrade the doc blocks in class-wp-xmlrpc-server.php
. Rehabilitate some unfortunate use of tabbing.
See #32444. git-svn-id: https://develop.svn.wordpress.org/trunk@32550 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4eb0e01825
commit
4ab280361c
@ -403,7 +403,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
static $keys = array(
|
||||
'Name', 'Version', 'Status', 'Title', 'Author', 'Author Name', 'Author URI', 'Description',
|
||||
'Template', 'Stylesheet', 'Template Files', 'Stylesheet Files', 'Template Dir', 'Stylesheet Dir',
|
||||
'Screenshot', 'Tags', 'Theme Root', 'Theme Root URI', 'Parent Theme',
|
||||
'Screenshot', 'Tags', 'Theme Root', 'Theme Root URI', 'Parent Theme',
|
||||
);
|
||||
|
||||
return in_array( $offset, $keys );
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user