Changes between Initial Version and Version 1 of Ticket #51662, comment 8
- Timestamp:
- 06/04/2025 10:33:33 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51662, comment 8
initial v1 3 3 {{{ 4 4 add_filter( 'paginate_links', function( $link ) { 5 // Supprime uniquement le slash final (pas ceux à l'intérieur)5 // remove only trailing slash 6 6 return preg_replace( '#(?<!:)/$#', '', $link ); 7 7 });