From df9d6e6bcc5caccdd5e38342363c02ff68900033 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Tue, 22 Sep 2015 14:00:54 +0000 Subject: [PATCH] Docs: Clarify the file header summary for wp-includes/class-walker-category.php, introduced in [34110]. Also clarifies the class DocBlock and tags for `Walker_Category`. See #33413. See #33701. git-svn-id: https://develop.svn.wordpress.org/trunk@34416 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-walker-category.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/class-walker-category.php b/src/wp-includes/class-walker-category.php index ee9f1f6bfe..3bd12054cf 100644 --- a/src/wp-includes/class-walker-category.php +++ b/src/wp-includes/class-walker-category.php @@ -1,17 +1,18 @@