Making WordPress.org

Changeset 14328


Ignore:
Timestamp:
12/30/2024 10:16:25 AM (4 months ago)
Author:
amieiro
Message:

Translate: Remove the space between the avatar and the translation editor

In a translation project, in the "Translation Editors" list, it removes the space
between the avatar and the translation editor

Fixes https://meta.trac.wordpress.org/ticket/6916

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php

    r12450 r14328  
    427427                foreach ( $locale_contributors['editors']['project'] as $editor ) {
    428428                    printf(
    429                         '<li><a href="https://profiles.wordpress.org/%s/">%s %s</a></li>',
     429                        '<li><a href="https://profiles.wordpress.org/%s/">%s</a> <a href="https://profiles.wordpress.org/%s/">%s</a></li>',
    430430                        $editor->nicename,
    431431                        get_avatar( $editor->email, 40 ),
     432                        $editor->nicename,
    432433                        $editor->display_name ?: $editor->nicename
    433434                    );
Note: See TracChangeset for help on using the changeset viewer.