Changeset 2241
- Timestamp:
- 02/07/2005 09:14:14 AM (21 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 2 edited
-
template-functions-author.php (modified) (1 diff)
-
template-functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-author.php
r2239 r2241 130 130 if (empty($link)) { 131 131 $file = get_settings('home') . '/'; 132 $link = $file . '?author=' . .$auth_ID;132 $link = $file . '?author=' . $auth_ID; 133 133 } else { 134 134 if ('' == $author_nicename) $author_nicename = $cache_userdata[$author_id]->author_nicename; -
trunk/wp-includes/template-functions-post.php
r2240 r2241 186 186 if ($i && $more) { 187 187 if ('' == get_settings('permalink_structure')) { 188 echo '<a href="' . get_permalink() '&page=' . $i . '">'.$previouspagelink.'</a>';188 echo '<a href="' . get_permalink() . '&page=' . $i . '">'.$previouspagelink.'</a>'; 189 189 } else { 190 190 echo '<a href="' . get_permalink() . $i . '/">'.$previouspagelink.'</a>';
Note: See TracChangeset
for help on using the changeset viewer.