[wp-trac] [WordPress Trac] #24705: wp_link_pages() as not shown active element

WordPress Trac noreply at wordpress.org
Sun Jul 7 22:19:44 UTC 2013


#24705: wp_link_pages() as not shown active element
--------------------------+-----------------------------
 Reporter:  Alexufo       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  2.2
 Severity:  normal        |   Keywords:  needs-patch
--------------------------+-----------------------------
 By full analogy of all wp functions, wp_link_pages must generate active
 class element too.

 {{{

 1
 <a href="/2">2</a>
 <a href="/3">3</a>
 <a href="/4">4</a>
 }}}

 but should be


 {{{
 <span class="current">1</span>
 <a href="/2">2</a>
 <a href="/3">3</a>
 <a href="/4">4</a>
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24705>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list