Changes between Initial Version and Version 1 of Ticket #44194, comment 4
- Timestamp:
- 01/24/2023 01:32:33 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44194, comment 4
initial v1 19 19 } 20 20 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>'; 22 22 } 23 23 }