Plugin Directory

Changeset 142536


Ignore:
Timestamp:
08/03/2009 08:28:17 PM (17 years ago)
Author:
SpiderBiteMan
Message:
 
Location:
paginated-comments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • paginated-comments/trunk/paginated-comments.php

    r124860 r142536  
    11441144    $url = str_replace('%', '%%', $url);
    11451145    $url = str_replace('=placeholder=', '%u', $url);
     1146/*
     1147* Get that #comments off of the menu item for SEO and indexing.
     1148*/ 
     1149    if (substr($url, -9) == "#comments")
     1150     $url = str_replace('#comments', '', $url);
     1151   
     1152
    11461153    $allurl = Paginated_Comments_url('comments', 'all');
    11471154    $printer =& new Paginated_Comments_PagePrinter($pagers->pager, $url, $PdCs_Settings['page_range']);
  • paginated-comments/trunk/readme.txt

    r124860 r142536  
    44Tags: paginated comments, comments, paged comments, multiple comments, split comments, limit comments, break comments, page comments
    55Requires at least: 2.3.x
    6 Tested up to: 2.8
    7 Stable tag: 1.0.5
     6Tested up to: 2.8.3
     7Stable tag: 1.0.6
    88
    99Breaks down comments into a number of search engine optimized pages.
Note: See TracChangeset for help on using the changeset viewer.