Plugin Directory

Changeset 3000304


Ignore:
Timestamp:
11/22/2023 05:15:44 PM (2 years ago)
Author:
dhoppe
Message:

Version 1.7.57

Location:
encyclopedia-lexicon-glossary-wiki-dictionary/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • encyclopedia-lexicon-glossary-wiki-dictionary/trunk/includes/taxonomy-fallbacks.php

    r2982552 r3000304  
    88    {
    99        add_filter('get_the_terms', [static::class, 'Filter_Get_The_Terms'], 10, 3);
    10         add_Filter('the_category', [static::class, 'Filter_The_Category'], 10, 3);
     10        add_Filter('the_category', [static::class, 'Filter_The_Category'], 10, 2);
    1111    }
    1212
     
    3434    }
    3535
    36     public static function Filter_The_Category(string $category_list, string $separator, string $parents): string
     36    public static function Filter_The_Category(string $category_list, string $separator = '' /* , string $parents */): string
    3737    {
    3838        global $post;
  • encyclopedia-lexicon-glossary-wiki-dictionary/trunk/plugin.php

    r2982552 r3000304  
    55Plugin URI: https://dennishoppe.de/en/wordpress-plugins/encyclopedia
    66Description: Encyclopedia enables you to create your own encyclopedia, lexicon, glossary, wiki, dictionary or knowledge base.
    7 Version: 1.7.56
     7Version: 1.7.57
    88Author: Dennis Hoppe
    99Author URI: https://DennisHoppe.de
  • encyclopedia-lexicon-glossary-wiki-dictionary/trunk/readme.txt

    r2997815 r3000304  
    177177== Changelog ==
    178178
     179= 1.7.57 =
     180Changed taxonomy fallback the_category filter definition
     181
    179182= 1.7.56 =
    180183* Renamed classes to PSR-12 standard
Note: See TracChangeset for help on using the changeset viewer.