Changeset 13087 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
- Timestamp:
- 12/31/2023 04:26:24 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
r11732 r13087 24 24 '' => 'Select a locale', 25 25 ]; 26 $sets_to_hide = array( 27 'ca/valencia', 28 'nl/formal/default', 29 'en/formal', 30 'en/default', 31 'fr/formal', 32 'de/formal/default', 33 'de-ch/info/default', 34 'pt/ao90/default', 35 'sr/latin', 36 'sr/latin/latin', 37 ); 38 $sets = array_diff_key( $sets, array_flip( $sets_to_hide ) ); 26 39 $locale_options = array_merge( $locale_options, $sets ); 27 40 echo gp_select(
Note: See TracChangeset
for help on using the changeset viewer.