Changes between Initial Version and Version 1 of Ticket #51662, comment 8
- Timestamp:
- 06/04/2025 10:33:33 AM (14 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 });
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)