From 1a2b9e6d15bf450dd491459cbe977defb2a81b87 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 5 Apr 2015 14:49:27 +0000 Subject: [PATCH] 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 --- wp-includes/category-template.php | 9 ++++----- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index d7ca87d550..9a2120c9e3 100644 --- a/wp-includes/category-template.php +++ b/wp-includes/category-template.php @@ -1068,11 +1068,10 @@ class Walker_Category extends Walker { * * @see wp_list_categories() * - * @param array $css_classes An array of CSS classes to be applied - * to each list item. - * @param object $category Category data object. - * @param int $depth Depth of page, used for padding. - * @param array $args An array of arguments. + * @param array $css_classes An array of CSS classes to be applied to each list item. + * @param object $category Category data object. + * @param int $depth Depth of page, used for padding. + * @param array $args An array of wp_list_categories() arguments. */ $css_classes = implode( ' ', apply_filters( 'category_css_class', $css_classes, $category, $depth, $args ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 14488c476d..d6b9b5317d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.