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:
parent
ad33a92b6b
commit
0d447249c3
|
@ -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 |
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue