Opened 15 years ago
Closed 15 years ago
#18600 closed enhancement (fixed)
Add a filter to is_multi_author()
| Reported by: | Viper007Bond | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Template | Version: | 3.3 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Seems good to me.