Changeset 6551 for trunk/wp-includes/link-template.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r6415 r6551 33 33 switch ( strtolower($mode) ) { 34 34 case 'title': 35 $title = sanitize_title($post->post_title) . '-' . $ id;35 $title = sanitize_title($post->post_title) . '-' . $post->ID; 36 36 echo '<a id="'.$title.'"></a>'; 37 37 break; … … 317 317 $link = get_option('home') . '?feed=rss2&author=' . $author_id; 318 318 } else { 319 $link = get_author_posts_url($author_id , $author_nicename);319 $link = get_author_posts_url($author_id); 320 320 $link = trailingslashit($link) . user_trailingslashit('feed', 'feed'); 321 321 }
Note: See TracChangeset
for help on using the changeset viewer.