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,7 +317,7 @@ function get_theme_feature_list( $api = true ) {
* Supported arguments per action:
*
* | Argument Name | 'query_themes' | 'theme_information' | 'hot_tags' | 'feature_list' |
* | -------------------| :-------------: | :-----------------: | :--------: | :--------------: |
* | -------------------| :------------: | :-----------------: | :--------: | :--------------: |
* | `$slug` | No | Yes | No | No |
* | `$per_page` | Yes | No | No | No |
* | `$page` | Yes | No | No | No |

View File

@ -4,7 +4,7 @@
*
* @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.