#4632 closed enhancement (fixed)
Remove empty "By: " line for plugins without an author specified
| Reported by: | GaryKing | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7.1 |
| Component: | Administration | Version: | 2.7 |
| Severity: | normal | Keywords: | has-patch tested |
| Cc: | Focuses: |
Description
The "By: " line is removed for plugins that do not have an author specified.
Attachments (2)
Change History (10)
#5
@
18 years ago
- Keywords plugins added
Patch is stale.
There is a block of code in wp-admin/plugins.php allready to not show the byline if no author is given, However, If the author URI IS given, Then it'll show, but theres no link text.
#6
@
18 years ago
- Keywords has-patch tested added; needs-patch plugins removed
- Milestone 2.9 → 2.7.1
- Version 2.2.1 → 2.7
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch is stale.
There is a block of code in
wp-admin/plugins.phpallready to not show the byline if no author is given, However, If the author URI IS given, Then it'll show, but theres no link text.