Plugin Directory

Changeset 3165172


Ignore:
Timestamp:
10/08/2024 05:43:16 PM (18 months ago)
Author:
rafasashi
Message:

3.8.0

Location:
language-switcher/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • language-switcher/trunk/includes/class-language-switcher-settings.php

    r3155723 r3165172  
    461461                    }
    462462
    463                     // Set tab link
     463                    // Set tab link
     464                   
    464465                    $tab_link = add_query_arg( array( 'tab' => $section ) );
    465466                    if ( isset( $_GET['settings-updated'] ) ) {
    466467                        $tab_link = remove_query_arg( 'settings-updated', $tab_link );
    467468                    }
    468 
    469469                    // 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";
    471471
    472472                    ++$c;
  • language-switcher/trunk/language-switcher.php

    r3164832 r3165172  
    44 * Plugin URI: https://code.recuweb.com/download/language-switcher/
    55 * Description: Add a Language Switcher to Post Types and Taxonomies
    6  * Version: 3.7.14
     6 * Version: 3.8.0
    77 * Author: Rafasashi
    88 * Author URI: https://code.recuweb.com/about-us/
  • language-switcher/trunk/readme.txt

    r3164832 r3165172  
    55Requires at least: 4.6
    66Tested up to: 6.6
    7 Stable tag: 3.7.14
     7Stable tag: 3.8.0
    88License: GPLv3
    99License URI: https://code.recuweb.com/product-licenses/
Note: See TracChangeset for help on using the changeset viewer.