Making WordPress.org


Ignore:
Timestamp:
01/28/2018 06:24:39 PM (8 years ago)
Author:
ocean90
Message:

Translate, Consistency: Use a blue border to highlight WordPress core projects.

Fixes #1761.

File:
1 edited

Legend:

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

    r6452 r6454  
    129129
    130130                printf(
    131                     '<tr><td>%s</td><td>%s</td></tr>',
     131                    '<tr class="%s"><td>%s</td><td>%s</td></tr>',
     132                    isset( $parent_project->name ) ? sanitize_title( 'project-' . $parent_project->name ) : '',
    132133                    sprintf(
    133134                        '<div class="string">%s%s</div>
     
    151152                        $result->translation_id,
    152153                        $result->translation_added
    153                     ),
    154                     esc_translation( $result->translation )
     154                    )
    155155                );
    156156            }
Note: See TracChangeset for help on using the changeset viewer.