Ticket #4012: link-template.diff
File link-template.diff, 305 bytes (added by , 18 years ago) |
---|
-
link-template.php
117 117 function get_page_link($id = false) { 118 118 global $post; 119 119 120 $id = (int) $id; 120 121 if ( !$id ) 121 122 $id = $post->ID; 122 123