Recent Topics

1 Jul 05, 2005 14:46    

I'd like to change the "Leave a comment" and "x comments" links on the main page. I made these changes to _functions_comments.php:

/***** Comment tags *****/

/* comments_number(-) */

function comments_number( $zero='#', $one='#', $more='#' )
{
	if( $zero == '#' ) $zero = T_('Smile like a Cheshcat');
	if( $one == '#' ) $one = T_('1 smiled');
	if( $more == '#' ) $more = T_('%d smiled');

Should I have changed something else too? The answer's probably really obvious, but I can't find anything else. Thanks in advance. ^_^

3 Jul 05, 2005 15:28

Oh... the manual... *slaps self* Thanks so much! ^_^


Form is loading...