Make WordPress Core

Changeset 34425


Ignore:
Timestamp:
09/22/2015 02:32:20 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify the file header summary for wp-admin/includes/class-walker-category-checklist.php, introduced in [34241].

Also clarifies the class DocBlock summary for Walker_Category_Checklist.

See #33413. See #33701.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-walker-category-checklist.php

    r34368 r34425  
    11<?php
    22/**
    3  * WordPress Administration API: Walker_Category_Checklist class
     3 * Taxonomy API: Walker_Category_Checklist class
    44 *
    55 * @package WordPress
     
    99
    1010/**
    11  * Walker to output an unordered list of category checkbox input elements.
     11 * Core walker class to output an unordered list of category checkbox input elements.
    1212 *
    1313 * @since 2.5.1
Note: See TracChangeset for help on using the changeset viewer.