Plugin Directory

Changeset 3298191


Ignore:
Timestamp:
05/21/2025 04:17:19 PM (9 months ago)
Author:
remyb92
Message:

4.3.3 release upadta fix custom flags

Location:
weglot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • weglot/tags/4.3.3/src/helpers/class-helper-flag-type.php

    r3293362 r3298191  
    120120        }
    121121
    122         return ".weglot-flags.flag-{$flag_number}.{$language_code}>a:before," .
    123                 ".weglot-flags.flag-{$flag_number}.{$language_code}>span:before {" .
     122        return ".weglot-flags.flag-{$flag_number}.wg-{$language_code}>a:before," .
     123                ".weglot-flags.flag-{$flag_number}.wg-{$language_code}>span:before {" .
    124124                "background-image: url({$flag_url}); }";
    125125
  • weglot/trunk/src/helpers/class-helper-flag-type.php

    r3293362 r3298191  
    120120        }
    121121
    122         return ".weglot-flags.flag-{$flag_number}.{$language_code}>a:before," .
    123                 ".weglot-flags.flag-{$flag_number}.{$language_code}>span:before {" .
     122        return ".weglot-flags.flag-{$flag_number}.wg-{$language_code}>a:before," .
     123                ".weglot-flags.flag-{$flag_number}.wg-{$language_code}>span:before {" .
    124124                "background-image: url({$flag_url}); }";
    125125
Note: See TracChangeset for help on using the changeset viewer.