Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51662, comment 8


Ignore:
Timestamp:
06/04/2025 10:33:33 AM (6 months ago)
Author:
djovanov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51662, comment 8

    initial v1  
    33{{{
    44add_filter( 'paginate_links', function( $link ) {
    5     // Supprime uniquement le slash final (pas ceux à l'intérieur)
     5    // remove only trailing slash
    66    return preg_replace( '#(?<!:)/$#', '', $link );
    77});