#5634 closed enhancement (fixed)
Inline Documentation for category-template.php
Reported by: | darkdragon | Owned by: | jacobsantos |
---|---|---|---|
Milestone: | 2.7 | Priority: | low |
Severity: | trivial | Version: | |
Component: | General | Keywords: | phpdoc has-patch commit has-unit-tests |
Focuses: | Cc: |
Description
PHPdoc effort for wp-includes/category-template.php
seeks to complete phpdoc style inline documentation.
Needed to complete:
- Short and Long Descriptions.
@since
version info- parameter type and description.
- return type and description.
Attachments (4)
Change History (14)
#1
@
17 years ago
- Milestone changed from 2.9 to 2.7
- Owner changed from anonymous to jacobsantos
I have a patch for this, which starts and completes a lot of the documentation. I should have this completed before 2.7 is released.
#3
@
16 years ago
- Summary changed from PHPdoc effort for category-template.php to Inline Documentation for category-template.php
#4
@
16 years ago
Skeleton inline documentation for category-template.php. The patch is based off of r8947.
This ticket was mentioned in PR #5650 on WordPress/wordpress-develop by @flixos90.
15 months ago
#7
- Keywords has-unit-tests added
The check for whether a theme shouldn't be covered in the old test_switch_theme()
method may be inaccurate because:
- The
block-templates
theme support for block themes is added dynamically viawp_enable_block_templates()
, so checking for that isn't reliable. - The conditions used in
wp_enable_block_templates()
should be used instead.
Related to #5634.
Trac ticket:
@flixos90 commented on PR #5650:
15 months ago
#8
@mukeshpanchal27 So just to confirm, this PR fixes the PHPUnit test failures you got from TT4?
@mukesh27 commented on PR #5650:
15 months ago
#9
@mukeshpanchal27 So just to confirm, this PR fixes the PHPUnit test failures you got from TT4?
@felixarntz yes it will fixed the unit tests issue.
@flixos90 commented on PR #5650:
15 months ago
#10
Committed in https://core.trac.wordpress.org/changeset/57104
Incomplete documentation for category-template.php based off of r6597