Changeset 3107251
- Timestamp:
- 06/25/2024 08:41:16 AM (9 months ago)
- Location:
- language-switcher/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
language-switcher/trunk/includes/class-language-switcher.php
r3094701 r3107251 1202 1202 require_once( $this->lang . '/languages.php' ); 1203 1203 1204 $this->locales = $locales;1204 $this->locales = apply_filters('lsw_locales',$locales); 1205 1205 } 1206 1206 … … 1764 1764 if( $urls = $this->get_language_urls($languages) ){ 1765 1765 1766 echo PHP_EOL; 1766 $default_lang = $this->get_default_language(true); 1767 1768 if( !empty($urls[$default_lang]['url']) ){ 1769 1770 echo '<link rel="alternate" href="' . esc_url($urls[$default_lang]['url']) . '" hreflang="x-default" />' . PHP_EOL; 1771 } 1767 1772 1768 1773 foreach( $urls as $iso => $data ){ -
language-switcher/trunk/language-switcher.php
r3094701 r3107251 4 4 * Plugin URI: https://code.recuweb.com/download/language-switcher/ 5 5 * Description: Add a Language Switcher to Post Types and Taxonomies 6 * Version: 3.7. 66 * Version: 3.7.7 7 7 * Author: Rafasashi 8 8 * Author URI: https://code.recuweb.com/about-us/ 9 9 * Requires at least: 4.6 10 * Tested up to: 6. 310 * Tested up to: 6.5 11 11 * Tags: language switcher, languages, internationalisation, internationalization, language, switcher, multilingual 12 12 * -
language-switcher/trunk/readme.txt
r3094701 r3107251 4 4 Donate link: https://code.recuweb.com/get/language-switcher-everywhere/ 5 5 Requires at least: 4.6 6 Tested up to: 6. 37 Stable tag: 3.7. 66 Tested up to: 6.5 7 Stable tag: 3.7.7 8 8 License: GPLv3 9 9 License URI: https://code.recuweb.com/product-licenses/
Note: See TracChangeset
for help on using the changeset viewer.