[wp-trac] [WordPress Trac] #20255: Remove from _wp_link_page() the making of the link

WordPress Trac wp-trac at lists.automattic.com
Sun Mar 18 13:43:57 UTC 2012


#20255: Remove from _wp_link_page() the making of the link
-------------------------+------------------------------
 Reporter:  egorpromo    |       Owner:
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  Awaiting Review
Component:  General      |     Version:  3.3.1
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by egorpromo):

 {{{
 function _wp_link_page( $i ) {
  //some code here
         return '<a href="' . esc_url( $url ) . '">';
 }
 }}}
 There is no ability to get $url from template files

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20255#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list