Skip to:
Content
Pages
Categories
Search
Top
Bottom

A little bug in get_page_number_links function

  • @sbouazza

    Member

    Replace :

    $uri = preg_replace('!?page=[0-9]+!', '%_%', $uri );

    By :

    $uri = preg_replace('!?page=[0-9]+!', '%_%', $uri );

    That’s all .

Viewing 4 replies - 1 through 4 (of 4 total)
  • @chrishajer

    Participant

    You should submit a bug report or patch at trac, https://trac.bbpress.org/

    @sbouazza

    Member

    I’ve never used trac, or any CVS/SVN tool ( okay I’ve used them a few times to build a customized kernel, but that’s all ), so I’m really lost, can someone do it for me please ? Thanks !

    @_ck_

    Participant

    I believe I reported this bug and another problem with the pagination links a few weeks ago and it was fixed in the trunk. What version are you using?

    @sbouazza

    Member

    Hello, 0.9.0.3 .

    Sorry if I was too late .

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar