Changes between Initial Version and Version 1 of Ticket #2697
- Timestamp:
- 04/07/2017 01:32:17 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2697 – Description
initial v1 7 7 We don't display the actual username on WP.org profiles though. On https://profiles.wordpress.org/uriahs-victor, the heading is a display name, and `@uriahs-victor on WordPress.org` is a `user_nicename`, which is misleading, as both are not what we expect in `readme.txt`. At the moment, the only place that displays the actual username is the old bbPress 1.x forums profile: https://wordpress.org/support/profile/uriahs-victor. 8 8 9 To make this more friendly and less confusing, we should match plugin contributors by `user_nicename` in addition to `user_login`. The new plugin directory appears to handle this correctly, it's just [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php?rev=5162#L838 Directory_Compat::get_authors()] and [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php?rev=5162#L864 ::get_contributors()] that need to be updated.9 To make this more friendly and less confusing, we should match plugin contributors by `user_nicename` in addition to `user_login`. The new plugin directory [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php?rev=5253#L516 appears to handle this correctly], it's just [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php?rev=5162#L838 Directory_Compat::get_authors()] and [source:sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-directory-compat.php?rev=5162#L864 ::get_contributors()] that need to be updated.