[wp-cvs] wordpress wp-trackback.php,1.28,1.29
Ryan Boren
rboren at users.sourceforge.net
Tue Jan 25 00:24:00 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20490
Modified Files:
wp-trackback.php
Log Message:
Generate feed and trackback rules for pages. Bug 742.
Index: wp-trackback.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-trackback.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** wp-trackback.php 11 Jan 2005 02:56:43 -0000 1.28
--- wp-trackback.php 25 Jan 2005 00:23:55 -0000 1.29
***************
*** 49,53 ****
}
! if ( is_single() )
$tb_id = $posts[0]->ID;
--- 49,53 ----
}
! if ( is_single() || is_page() )
$tb_id = $posts[0]->ID;
More information about the cvs
mailing list