#13883 closed defect (bug) (fixed)
Twenty Ten: the_excerpt() doesn't support parameter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Themes | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch dev-feedback |
| Cc: |
Description
AFAIK, the_excerpt() doesn't support parameter or argument. If true, the patch attached will clean up unnecessary parameter.
Attachments (1)
Change History (7)
- Resolution fixed deleted
- Status changed from closed to reopened
This was fixed in core repo but not theme repo. Both are not in sync.
- Owner changed from iammattthomas to iandstewart
Ian will be handling Twenty Ten at this point now that it is in the theme repo.
comment:5
iandstewart — 3 years ago
- Resolution set to fixed
- Status changed from assigned to closed
This will be corrected in the directory version at 1.0.2.
Note: See
TracTickets for help on using
tickets.

(In [15247]) Don't pass bogus argument to the_excerpt. props zeo, fixes #13883.