Changeset 8498 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes.php
- Timestamp:
- 03/24/2019 05:28:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/projects-wp-themes.php
r8348 r8498 1 1 <?php 2 2 $edit_link = gp_link_project_edit_get( $project, __( '(edit)' ) ); 3 $table_headings = array(4 'locale' => __( 'Locale' ),5 'stable' => __( 'Stable' ),6 'waiting' => __( 'Waiting' ),7 );3 $table_headings = [ 4 'locale' => 'Locale', 5 'stable' => 'Stable', 6 'waiting' => 'Waiting/Fuzzy', 7 ]; 8 8 9 9 gp_title( sprintf( __( '%s < GlotPress' ), esc_html( $project->name ) ) );
Note: See TracChangeset
for help on using the changeset viewer.