Changes between Initial Version and Version 1 of Ticket #1477
- Timestamp:
- 07/02/2005 03:31:33 AM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1477 – Description
initial v1 2 2 3 3 The patch attached to this ticket introduces a $sep variable, which defaults to a single space. 4 5 {{{ 6 function link_pages($before='<br />', $after='<br />', $next_or_number='number', $nextpagelink='next page', $previouspagelink='previous page', $pagelink='%', $more_file='', $sep = ' ') { 7 }}}