Changeset 8558 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
- Timestamp:
- 03/30/2019 10:12:10 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-project.php
r8557 r8558 117 117 } else { 118 118 $stable_project_slug = in_array( 'stable', $sub_project_slugs, true ) ? 'stable' : 'dev'; 119 $stable_project_name = 'stable' === $stable_project_slug ? 'Stable (latest release) ' : 'Development (trunk)';119 $stable_project_name = 'stable' === $stable_project_slug ? 'Stable (latest release)' : 'Development (trunk)'; 120 120 $status = $sub_project_statuses[ $stable_project_slug ]; 121 121 ?>
Note: See TracChangeset
for help on using the changeset viewer.