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