mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
ba1e7a7243
commit
1a2b9e6d15
@ -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 arguments.
|
* @param array $args An array of wp_list_categories() 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 ) );
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user