Changeset 11516
- Timestamp:
- 02/03/2022 11:18:29 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
r11421 r11516 76 76 $has_different_translations = $translations_unique_count > 1; 77 77 if ( ! $has_different_translations ) { 78 echo '< p class="notice">All originals have the same translations</p>';78 echo '<div class="notice"><p>All originals have the same translations.</p></div>'; 79 79 } else { 80 80 echo '<div id="translations-overview" class="notice wporg-notice-warning"><p>There are ' . $translations_unique_count . ' different translations. <a id="toggle-translations-unique" href="#show">View</a></p>';
Note: See TracChangeset
for help on using the changeset viewer.