Changeset 3165172
- Timestamp:
- 10/08/2024 05:43:16 PM (18 months ago)
- Location:
- language-switcher/trunk
- Files:
-
- 3 edited
-
includes/class-language-switcher-settings.php (modified) (1 diff)
-
language-switcher.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
language-switcher/trunk/includes/class-language-switcher-settings.php
r3155723 r3165172 461 461 } 462 462 463 // Set tab link 463 // Set tab link 464 464 465 $tab_link = add_query_arg( array( 'tab' => $section ) ); 465 466 if ( isset( $_GET['settings-updated'] ) ) { 466 467 $tab_link = remove_query_arg( 'settings-updated', $tab_link ); 467 468 } 468 469 469 // Output tab 470 $html .= '<a href="' . $tab_link. '" class="' . esc_attr( $class ) . '">' . ( !empty($data['logo']) ? '<img src="'.$data['logo'].'" alt="" style="margin-top: 4px;margin-right: 7px;float: left;">' : '' ) . wp_kses_normalize_entities($data['title']) . '</a>' . "\n";470 $html .= '<a href="' . esc_url($tab_link) . '" class="' . esc_attr( $class ) . '">' . ( !empty($data['logo']) ? '<img src="'.$data['logo'].'" alt="" style="margin-top: 4px;margin-right: 7px;float: left;">' : '' ) . wp_kses_normalize_entities($data['title']) . '</a>' . "\n"; 471 471 472 472 ++$c; -
language-switcher/trunk/language-switcher.php
r3164832 r3165172 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.146 * Version: 3.8.0 7 7 * Author: Rafasashi 8 8 * Author URI: https://code.recuweb.com/about-us/ -
language-switcher/trunk/readme.txt
r3164832 r3165172 5 5 Requires at least: 4.6 6 6 Tested up to: 6.6 7 Stable tag: 3. 7.147 Stable tag: 3.8.0 8 8 License: GPLv3 9 9 License URI: https://code.recuweb.com/product-licenses/
Note: See TracChangeset
for help on using the changeset viewer.