[wp-cvs] wordpress/wp-includes template-functions-author.php, 1.21,
1.22 template-functions-post.php, 1.46, 1.47
Ryan Boren
rboren at users.sourceforge.net
Mon Feb 7 09:14:17 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29297/wp-includes
Modified Files:
template-functions-author.php template-functions-post.php
Log Message:
Concatenate this.
Index: template-functions-author.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-author.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** template-functions-author.php 7 Feb 2005 07:37:53 -0000 1.21
--- template-functions-author.php 7 Feb 2005 09:14:14 -0000 1.22
***************
*** 130,134 ****
if (empty($link)) {
$file = get_settings('home') . '/';
! $link = $file . '?author=' . .$auth_ID;
} else {
if ('' == $author_nicename) $author_nicename = $cache_userdata[$author_id]->author_nicename;
--- 130,134 ----
if (empty($link)) {
$file = get_settings('home') . '/';
! $link = $file . '?author=' . $auth_ID;
} else {
if ('' == $author_nicename) $author_nicename = $cache_userdata[$author_id]->author_nicename;
Index: template-functions-post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-post.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** template-functions-post.php 7 Feb 2005 07:46:40 -0000 1.46
--- template-functions-post.php 7 Feb 2005 09:14:14 -0000 1.47
***************
*** 186,190 ****
if ($i && $more) {
if ('' == get_settings('permalink_structure')) {
! echo '<a href="' . get_permalink() '&page=' . $i . '">'.$previouspagelink.'</a>';
} else {
echo '<a href="' . get_permalink() . $i . '/">'.$previouspagelink.'</a>';
--- 186,190 ----
if ($i && $more) {
if ('' == get_settings('permalink_structure')) {
! echo '<a href="' . get_permalink() . '&page=' . $i . '">'.$previouspagelink.'</a>';
} else {
echo '<a href="' . get_permalink() . $i . '/">'.$previouspagelink.'</a>';
More information about the cvs
mailing list