Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #44194, comment 4


Ignore:
Timestamp:
01/24/2023 01:32:33 PM (2 years ago)
Author:
Ov3rfly
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44194, comment 4

    initial v1  
    1919        }
    2020        if ( !empty( $links ) ) {
    21                 echo '<p style="width:272px;margin:0 auto;">' . implode( $links, ' / ' ) . '</p>';
     21                echo '<p style="width:272px;margin:0 auto;">' . implode( ' / ', $links ) . '</p>';
    2222        }
    2323}