Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#27432 closed defect (bug) (fixed)

Hook Docs (20): wp-includes/category-template.php

Reported by: drewapicture's profile DrewAPicture Owned by: kpdesign's profile kpdesign
Milestone: 3.9 Priority: normal
Severity: normal Version:
Component: Taxonomy Keywords: has-patch commit
Focuses: docs Cc:

Description

Attached patch documents the following hooks:

  • get_the_categories
  • the_category
  • list_cats x5
  • wp_dropdown_cats
  • wp_list_categories
  • wp_tag_cloud
  • tag_cloud_sort
  • wp_generate_tag_cloud
  • category_description
  • get_the_tags
  • the_tags
  • get_the_terms
  • term_links-$taxonomy
  • the_terms

Attachments (2)

27432.diff (10.2 KB) - added by DrewAPicture 11 years ago.
27432.2.diff (10.2 KB) - added by kpdesign 11 years ago.
Second pass

Download all attachments as: .zip

Change History (5)

@DrewAPicture
11 years ago

@kpdesign
11 years ago

Second pass

#1 @kpdesign
11 years ago

  • Keywords commit added
  • Owner set to kpdesign
  • Status changed from new to reviewing

27432.2.diff contains a few minor tweaks.

This should be good to go in. Recommend commit.

#2 @DrewAPicture
11 years ago

  • Milestone changed from Awaiting Review to 3.9

#3 @DrewAPicture
11 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

In 27666:

Inline documentation for hooks in wp-includes/category-template.php.

Props kpdesign for the cleanup.
Fixes #27432.

Note: See TracTickets for help on using tickets.