Changeset 6454
- Timestamp:
- 01/28/2018 06:24:39 PM (7 years ago)
- 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 129 129 130 130 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 ) : '', 132 133 sprintf( 133 134 '<div class="string">%s%s</div> … … 151 152 $result->translation_id, 152 153 $result->translation_added 153 ), 154 esc_translation( $result->translation ) 154 ) 155 155 ); 156 156 } -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r6344 r6454 1889 1889 .consistency-table .meta { 1890 1890 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; 1892 1896 } 1893 1897
Note: See TracChangeset
for help on using the changeset viewer.