[wp-hackers] Comment Replay Link

Baki Goxhaj banago at gmail.com
Wed Aug 25 09:29:05 UTC 2010


It worked - thanks Otto,

Kindly,

Baki Goxhaj
www.wplancer.com | www.banago.info | www.lintuts.com


On 25 August 2010 11:28, Baki Goxhaj <banago at gmail.com> wrote:

> I'm using the Twenty Ten comments template and the function was used on
> theme functions, but let my try your solution.
>
>
> Kindly,
>
> Baki Goxhaj
> www.wplancer.com | www.banago.info | www.lintuts.com
>
>
> On 25 August 2010 11:25, Otto <otto at ottodestruct.com> wrote:
>
>> Use the reply_text argument.
>>
>> And you should be passing that argument to the wp_list_comments
>> function. See that $args there? That should be the args coming into
>> the wp_list_comments function. There's no really good reason to call
>> comment_reply_link directly from the theme.
>>
>> -Otto
>>
>>
>>
>> On Wed, Aug 25, 2010 at 4:19 AM, Baki Goxhaj <banago at gmail.com> wrote:
>> > I've got this functions where I cannot change the word "Reply" with
>> another
>> > word:
>> >
>> > <?php comment_reply_link( array_merge( $args, array( 'depth' => $depth,
>> > 'max_depth' => $args['max_depth'] ) ) ); ?>
>> >
>> > I looked at the codex, but there was nothing there. Is there any way to
>> add
>> > a custom word to this functions, in stead of the default "Reply"?
>> >
>> > Kindly,
>> >
>> > Baki Goxhaj
>> > www.wplancer.com | www.banago.info | www.lintuts.com
>> > _______________________________________________
>> > wp-hackers mailing list
>> > wp-hackers at lists.automattic.com
>> > http://lists.automattic.com/mailman/listinfo/wp-hackers
>> >
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>>
>
>


More information about the wp-hackers mailing list