Changeset 5508

Show
Ignore:
Timestamp:
05/21/07 22:58:22 (1 year ago)
Author:
rob1n
Message:

Fix accidental typo. fixes #4300

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/wp-admin/edit-comments.php

    r5497 r5508  
    8989 
    9090$page_links = paginate_links( array( 
    91     'base' => add_query_arg( 'apage', '%_%' ),  
     91    'base' => add_query_arg( 'apage', '%#%' ),  
    9292    'format' => '', 
    9393    'total' => ceil($total / 20), 
  • trunk/wp-admin/edit-comments.php

    r5497 r5508  
    8989 
    9090$page_links = paginate_links( array( 
    91     'base' => add_query_arg( 'apage', '%_%' ),  
     91    'base' => add_query_arg( 'apage', '%#%' ),  
    9292    'format' => '', 
    9393    'total' => ceil($total / 20),