Opened 14 years ago
Closed 14 years ago
#18600 closed enhancement (fixed)
Add a filter to is_multi_author()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.3 | Priority: | normal |
| Severity: | normal | Version: | 3.3 |
| Component: | Template | Keywords: | has-patch commit |
| Focuses: | Cc: |
Description
My blog is technically a multi-author blog because I have my administrator account as well as a lower-permission account I use for mobile blogging, so is_multi_author() correctly returns true. However I want to force it to return false so that theme don't display a byline, etc.
add_filter( 'is_multi_author', '__return_false' );
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Seems good to me.