Changeset 6454 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
- Timestamp:
- 01/28/2018 06:24:39 PM (8 years ago)
- File:
-
- 1 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 }
Note: See TracChangeset
for help on using the changeset viewer.