Docs: Normalize the data table spacing in the `themes_api()` DocBlock following a typo fix in [34649].

See #34036.

Built from https://develop.svn.wordpress.org/trunk@34650


git-svn-id: http://core.svn.wordpress.org/trunk@34614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-27 22:49:24 +00:00
parent ad33a92b6b
commit 0d447249c3
2 changed files with 13 additions and 13 deletions

View File

@ -317,18 +317,18 @@ function get_theme_feature_list( $api = true ) {
* Supported arguments per action: * Supported arguments per action:
* *
* | Argument Name | 'query_themes' | 'theme_information' | 'hot_tags' | 'feature_list' | * | Argument Name | 'query_themes' | 'theme_information' | 'hot_tags' | 'feature_list' |
* | -------------------| :-------------: | :-----------------: | :--------: | :--------------: | * | -------------------| :------------: | :-----------------: | :--------: | :--------------: |
* | `$slug` | No | Yes | No | No | * | `$slug` | No | Yes | No | No |
* | `$per_page` | Yes | No | No | No | * | `$per_page` | Yes | No | No | No |
* | `$page` | Yes | No | No | No | * | `$page` | Yes | No | No | No |
* | `$number` | No | No | Yes | No | * | `$number` | No | No | Yes | No |
* | `$search` | Yes | No | No | No | * | `$search` | Yes | No | No | No |
* | `$tag` | Yes | No | No | No | * | `$tag` | Yes | No | No | No |
* | `$author` | Yes | No | No | No | * | `$author` | Yes | No | No | No |
* | `$user` | Yes | No | No | No | * | `$user` | Yes | No | No | No |
* | `$browse` | Yes | No | No | No | * | `$browse` | Yes | No | No | No |
* | `$locale` | Yes | Yes | No | No | * | `$locale` | Yes | Yes | No | No |
* | `$fields` | Yes | Yes | No | No | * | `$fields` | Yes | Yes | No | No |
* *
* @since 2.8.0 * @since 2.8.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34649'; $wp_version = '4.4-alpha-34650';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.