#28360 closed defect (bug) (fixed)
$in_same_term and $in_same_cat should be unified
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Posts, Post Types | Keywords: | has-patch |
Focuses: | docs, template | Cc: |
Description
In /wp-includes/link-template.php, $in_same_cat is used in the function, but $in_same_term is used in the documentation. They should be unified, and $in_same_term is better.
Attachments (2)
Change History (7)
#2
in reply to:
↑ 1
@
11 years ago
- Keywords has-patch added
Replying to SergeyBiryukov:
Could you please attach an SVN patch rather than a PHP file?
See http://make.wordpress.org/core/handbook/submitting-a-patch/.
Thanks for your help.
#3
@
11 years ago
- Component changed from General to Posts, Post Types
- Focuses template added
- Milestone changed from Awaiting Review to 4.0
- Version changed from 3.9.1 to 3.8
Missed in [25959].
Note: See
TracTickets for help on using
tickets.
Could you please attach an SVN patch rather than a PHP file?
See http://make.wordpress.org/core/handbook/submitting-a-patch/.