Changeset 3000304
- Timestamp:
- 11/22/2023 05:15:44 PM (2 years ago)
- Location:
- encyclopedia-lexicon-glossary-wiki-dictionary/trunk
- Files:
-
- 3 edited
-
includes/taxonomy-fallbacks.php (modified) (2 diffs)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
encyclopedia-lexicon-glossary-wiki-dictionary/trunk/includes/taxonomy-fallbacks.php
r2982552 r3000304 8 8 { 9 9 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); 11 11 } 12 12 … … 34 34 } 35 35 36 public static function Filter_The_Category(string $category_list, string $separator , string $parents): string36 public static function Filter_The_Category(string $category_list, string $separator = '' /* , string $parents */): string 37 37 { 38 38 global $post; -
encyclopedia-lexicon-glossary-wiki-dictionary/trunk/plugin.php
r2982552 r3000304 5 5 Plugin URI: https://dennishoppe.de/en/wordpress-plugins/encyclopedia 6 6 Description: Encyclopedia enables you to create your own encyclopedia, lexicon, glossary, wiki, dictionary or knowledge base. 7 Version: 1.7.5 67 Version: 1.7.57 8 8 Author: Dennis Hoppe 9 9 Author URI: https://DennisHoppe.de -
encyclopedia-lexicon-glossary-wiki-dictionary/trunk/readme.txt
r2997815 r3000304 177 177 == Changelog == 178 178 179 = 1.7.57 = 180 Changed taxonomy fallback the_category filter definition 181 179 182 = 1.7.56 = 180 183 * Renamed classes to PSR-12 standard
Note: See TracChangeset
for help on using the changeset viewer.