Changeset 142536
- Timestamp:
- 08/03/2009 08:28:17 PM (17 years ago)
- Location:
- paginated-comments/trunk
- Files:
-
- 2 edited
-
paginated-comments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paginated-comments/trunk/paginated-comments.php
r124860 r142536 1144 1144 $url = str_replace('%', '%%', $url); 1145 1145 $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 1146 1153 $allurl = Paginated_Comments_url('comments', 'all'); 1147 1154 $printer =& new Paginated_Comments_PagePrinter($pagers->pager, $url, $PdCs_Settings['page_range']); -
paginated-comments/trunk/readme.txt
r124860 r142536 4 4 Tags: paginated comments, comments, paged comments, multiple comments, split comments, limit comments, break comments, page comments 5 5 Requires at least: 2.3.x 6 Tested up to: 2.8 7 Stable tag: 1.0. 56 Tested up to: 2.8.3 7 Stable tag: 1.0.6 8 8 9 9 Breaks down comments into a number of search engine optimized pages.
Note: See TracChangeset
for help on using the changeset viewer.