Upgrade the doc blocks in `class-wp-xmlrpc-server.php`. Rehabilitate some unfortunate use of tabbing.
See #32444. Built from https://develop.svn.wordpress.org/trunk@32550 git-svn-id: http://core.svn.wordpress.org/trunk@32520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c8a224c48e
commit
ecf4c668b3
|
@ -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
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32549';
|
||||
$wp_version = '4.3-alpha-32550';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue