Fix description alignment for the category_css_class filter docs.

See [31027]. See #31888.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-04-05 14:49:27 +00:00
parent ba1e7a7243
commit 1a2b9e6d15
2 changed files with 5 additions and 6 deletions

View File

@ -1068,11 +1068,10 @@ class Walker_Category extends Walker {
* *
* @see wp_list_categories() * @see wp_list_categories()
* *
* @param array $css_classes An array of CSS classes to be applied * @param array $css_classes An array of CSS classes to be applied to each list item.
* to each list item. * @param object $category Category data object.
* @param object $category Category data object. * @param int $depth Depth of page, used for padding.
* @param int $depth Depth of page, used for padding. * @param array $args An array of wp_list_categories() arguments.
* @param array $args An array of arguments.
*/ */
$css_classes = implode( ' ', apply_filters( 'category_css_class', $css_classes, $category, $depth, $args ) ); $css_classes = implode( ' ', apply_filters( 'category_css_class', $css_classes, $category, $depth, $args ) );

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-beta4-32025'; $wp_version = '4.2-beta4-32026';
/** /**
* 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.