Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #1477


Ignore:
Timestamp:
07/02/2005 03:31:33 AM (20 years ago)
Author:
skippy
Comment:

To preserve full backward compatability with existing themes, the $sep variable needs to go at the end of the parameter list in link_pages().

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1477 – Description

    initial v1  
    22
    33The patch attached to this ticket introduces a $sep variable, which defaults to a single space.
     4
     5{{{
     6function link_pages($before='<br />', $after='<br />', $next_or_number='number', $nextpagelink='next page', $previouspagelink='previous page', $pagelink='%', $more_file='', $sep = ' ') {
     7}}}