Make WordPress Core


Ignore:
Timestamp:
04/05/2015 02:48:06 PM (10 years ago)
Author:
DrewAPicture
Message:

Fix description alignment for the category_css_class filter docs.

See [31027]. See #31888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category-template.php

    r32021 r32026  
    10691069             * @see wp_list_categories()
    10701070             *
    1071              * @param array  $css_classes    An array of CSS classes to be applied
    1072              *                               to each list item.
    1073              * @param object $category       Category data object.
    1074              * @param int    $depth          Depth of page, used for padding.
    1075              * @param array  $args           An array of arguments.
     1071             * @param array  $css_classes An array of CSS classes to be applied to each list item.
     1072             * @param object $category    Category data object.
     1073             * @param int    $depth       Depth of page, used for padding.
     1074             * @param array  $args        An array of wp_list_categories() arguments.
    10761075             */
    10771076            $css_classes = implode( ' ', apply_filters( 'category_css_class', $css_classes, $category, $depth, $args ) );
Note: See TracChangeset for help on using the changeset viewer.