Making WordPress.org

Changeset 6454


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

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

Fixes #1761.

Location:
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates
Files:
2 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            }
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r6344 r6454  
    18891889.consistency-table .meta {
    18901890    margin-top: 10px;
    1891     opacity: .6;
     1891    color: #818181;
     1892}
     1893
     1894.consistency-table .project-wordpress {
     1895    box-shadow: -5px 0 0 #fff, -10px 0 0 #0073aa;
    18921896}
    18931897
Note: See TracChangeset for help on using the changeset viewer.