Changeset 2563706
- Timestamp:
- 07/13/2021 03:19:38 PM (5 years ago)
- Location:
- cyrillic-slugs/trunk
- Files:
-
- 2 edited
-
cyr-slugs.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cyrillic-slugs/trunk/cyr-slugs.php
r2563699 r2563706 154 154 ); 155 155 $cyr_slug = preg_replace('/[^a-z0-9]+/', '-', strtolower($cyr_slug)); 156 $cyr_slug = preg_replace('/\-+$/', '', $cyr_slug); 156 157 return $cyr_slug; 157 158 } -
cyrillic-slugs/trunk/readme.txt
r2563699 r2563706 25 25 26 26 = 2.0.2 = 27 * Fix: fixed Ukrainian romanization table 27 * Fix: errors in Ukrainian romanization table 28 * Fix: posts that have a question mark at the end of the title do not work 28 29 29 30 = 2.0.1 =
Note: See TracChangeset
for help on using the changeset viewer.