Opened 14 years ago
Closed 14 years ago
#17489 closed defect (bug) (fixed)
Twenty Eleven sends argument to the_excerpt(), which doesn't take any
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | trivial | Version: | 3.2 |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
Unlike the_content()
, the_excerpt()
does not accept any arguments. The attempt to send a custom 'more' link text is futile and misleading.
This was also previously brought up in #13883 for Twenty Ten, so this appears to be a common misconception.
This was introduced in r17669 when Twenty Eleven was added to core.
Attached patch simply removes sending of the argument.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In [17953]: