Make WordPress Core

Changeset 2241


Ignore:
Timestamp:
02/07/2005 09:14:14 AM (21 years ago)
Author:
rboren
Message:

Concatenate this.

Location:
trunk/wp-includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-author.php

    r2239 r2241  
    130130    if (empty($link)) {
    131131        $file = get_settings('home') . '/';
    132         $link = $file . '?author=' . .$auth_ID;
     132        $link = $file . '?author=' . $auth_ID;
    133133    } else {
    134134        if ('' == $author_nicename) $author_nicename = $cache_userdata[$author_id]->author_nicename;
  • trunk/wp-includes/template-functions-post.php

    r2240 r2241  
    186186                if ($i && $more) {
    187187                    if ('' == get_settings('permalink_structure')) {
    188                         echo '<a href="' . get_permalink() '&amp;page=' . $i . '">'.$previouspagelink.'</a>';
     188                        echo '<a href="' . get_permalink() . '&amp;page=' . $i . '">'.$previouspagelink.'</a>';
    189189                    } else {
    190190                        echo '<a href="' . get_permalink() . $i . '/">'.$previouspagelink.'</a>';
Note: See TracChangeset for help on using the changeset viewer.