Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5404, comment 10


Ignore:
Timestamp:
02/20/2014 07:43:55 PM (12 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5404, comment 10

    initial v1  
    55We attempt to force convert a string to a number.  But since elpix has so many members, the '2,296' string doesn't properly get converted to a number.
    66
    7 Attached patch is a quick fix at the problem.  Perhaps a better idea would be to take the integer from the `upage` parameter in the `href` attribute.
     7Attached patch is a quick fix at the problem by stripping all commas from the page number string.  Perhaps a better idea would be to take the integer from the `upage` parameter in the `href` attribute.