#3662 closed defect (bug) (invalid)
Plugin dir: changes to author profile name not reflected on plugin page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Plugin Directory | Keywords: | has-patch |
| Cc: |
Description
When a plugin author changes the name or display name in their WordPress.org user profile, plugin pages continue to display the old name in the byline.
Expected: the plugin directory theme should always pull the current author name from the user profile.
Change History (2)
This ticket was mentioned in PR #538 on WordPress/wordpress.org by @manhphucofficial.
4 months ago
#2
- Keywords has-patch added
This change improves the layout of the Trac preferences controls on
report and query views.
By switching the prefs container to a flex layout in these contexts,
the controls are aligned consistently and no longer wrap awkwardly
or push the submit button out of place.
The update is intentionally scoped to:
#content.report #prefs#content.query #prefs
so it does not affect ticket, admin, or other Trac views.
Note: See
TracTickets for help on using
tickets.
The "By xyz" author byline is pulled from the plugins plugin file directly, for example see Line 10 of the Hello Dolly plugin.