/var/www/leolaart.com/www/wp-admin
NameSizeModeActions
css/-0777rm
images/-0777rm
includes/-0777rm
js/-0777rm
maint/-0777rm
network/-0777rm
user/-0777rm
about.php164850666editdlrm
admin-ajax.php51460666editdlrm
admin-footer.php28040666editdlrm
admin-functions.php4720666editdlrm
admin-header.php92840666editdlrm
admin-post.php20210666editdlrm
admin.php129350666editdlrm
async-upload.php56040666editdlrm
authorize-application.php103350666editdlrm
comment.php116430666editdlrm
contribute.php56560666editdlrm
credits.php41410666editdlrm
custom-background.php4820666editdlrm
custom-header.php4920666editdlrm
customize.php115860666editdlrm
edit-comments.php144840666editdlrm
edit-form-advanced.php294810666editdlrm
edit-form-blocks.php155280666editdlrm
edit-form-comment.php139800666editdlrm
edit-link-form.php63470666editdlrm
edit-tag-form.php106580666editdlrm
edit-tags.php225100666editdlrm
edit.php199520666editdlrm
erase-personal-data.php75050666editdlrm
export-personal-data.php79400666editdlrm
export.php112650666editdlrm
font-library.php14800666editdlrm
freedoms.php45740666editdlrm
import.php77660666editdlrm
index.php78640666editdlrm
install-helper.php69610666editdlrm
install.php183750666editdlrm
link-add.php9340666editdlrm
link-manager.php43610666editdlrm
link-parse-opml.php27210666editdlrm
link.php29570666editdlrm
load-scripts.php20700666editdlrm
load-styles.php29950666editdlrm
media-new.php32490666editdlrm
media-upload.php36680666editdlrm
media.php8190666editdlrm
menu-header.php100520666editdlrm
menu.php181340666editdlrm
moderation.php3070666editdlrm
ms-admin.php1960666editdlrm
ms-delete-site.php46130666editdlrm
ms-edit.php2160666editdlrm
ms-options.php2290666editdlrm
ms-sites.php2150666editdlrm
ms-themes.php2170666editdlrm
ms-upgrade-network.php2190666editdlrm
ms-users.php2150666editdlrm
my-sites.php48310666editdlrm
nav-menus.php501990666editdlrm
network.php55230666editdlrm
options-connectors.php15430666editdlrm
options-discussion.php164030666editdlrm
options-general.php228550666editdlrm
options-head.php6140666editdlrm
options-media.php66400666editdlrm
options-permalink.php224910666editdlrm
options-privacy.php107040666editdlrm
options-reading.php101980666editdlrm
options-writing.php94040666editdlrm
options.php142660666editdlrm
plugin-editor.php140710666editdlrm
plugin-install.php74330666editdlrm
plugins.php307440666editdlrm
post-new.php27680666editdlrm
post.php108210666editdlrm
press-this.php24700666editdlrm
privacy-policy-guide.php37560666editdlrm
privacy.php25120666editdlrm
profile.php2830666editdlrm
revision.php58360666editdlrm
setup-config.php179280666editdlrm
site-editor.php124830666editdlrm
site-health-info.php41730666editdlrm
site-health.php104270666editdlrm
term.php22490666editdlrm
theme-editor.php172790666editdlrm
theme-install.php243150666editdlrm
themes.php497280666editdlrm
tools.php35140666editdlrm
update-core.php462020666editdlrm
update.php130620666editdlrm
upgrade-functions.php3410666editdlrm
upgrade.php63900666editdlrm
upload.php152920666editdlrm
user-edit.php418440666editdlrm
user-new.php246640666editdlrm
users.php256980666editdlrm
widgets-form-blocks.php52350666editdlrm
widgets-form.php195880666editdlrm
widgets.php11120666editdlrm
Edit: /var/www/leolaart.com/www/wp-admin/edit-form-comment.php (13980B)
comment_ID ); ?>

comment_post_ID > 0 ) : $comment_link = get_comment_link( $comment ); ?>

'strong,em,link,block,del,ins,img,ul,ol,li,code,close' ); wp_editor( $comment->comment_content, 'content', array( 'media_buttons' => false, 'tinymce' => false, 'quicktags' => $quicktags_settings, ) ); wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>

comment_approved ) { case '1': _e( 'Approved' ); break; case '0': _e( 'Pending' ); break; case 'spam': _e( 'Spam' ); break; } ?>


comment_date ) ), /* translators: Publish box time format, see https://www.php.net/manual/datetime.format.php */ date_i18n( _x( 'H:i', 'publish box time format' ), strtotime( $comment->comment_date ) ) ); ?> ' . $submitted . '' ); ?>
comment_post_ID; if ( current_user_can( 'edit_post', $post_id ) ) { $post_link = ""; $post_link .= esc_html( get_the_title( $post_id ) ) . ''; } else { $post_link = esc_html( get_the_title( $post_id ) ); } ?>
' . $post_link . '' ); ?>
comment_parent ) { $parent = get_comment( $comment->comment_parent ); if ( $parent ) { $parent_display = sprintf( '%s', esc_url( get_comment_link( $parent ) ), esc_html( get_comment_author( $parent ) ) ); } } // The parent can only be changed when threaded comments are enabled. $comment_threading_enabled = get_option( 'thread_comments' ); if ( $comment_threading_enabled ) { $max_thread_depth = (int) get_option( 'thread_comments_depth' ); // Pending comments may be nested under pending parents, but approved comments require publicly visible parents. $parent_statuses = '1' === $comment->comment_approved ? 'approve' : array( 'approve', 'hold' ); // Limit the number of comments to keep memory usage and the size of the dropdown reasonable on busy posts. $post_comments = get_comments( array( 'post_id' => $comment->comment_post_ID, 'type' => 'comment', 'status' => $parent_statuses, 'orderby' => 'comment_date_gmt', 'order' => 'DESC', 'number' => 100, ) ); // Restore chronological order for display. $post_comments = array_reverse( $post_comments ); // Index the comments by ID and by parent, to compute depths and find descendants. $post_comments_by_id = array(); $comments_by_parent = array(); foreach ( $post_comments as $post_comment ) { $post_comments_by_id[ (int) $post_comment->comment_ID ] = $post_comment; $comments_by_parent[ (int) $post_comment->comment_parent ][] = (int) $post_comment->comment_ID; } // Walk the descendants level by level, which also gives the height of the subtree that moves with the comment. $comment_descendants = array(); $comment_subtree_height = 1; $comment_level = array( (int) $comment->comment_ID ); while ( $comment_level ) { $next_level = array(); foreach ( $comment_level as $level_comment_id ) { if ( isset( $comments_by_parent[ $level_comment_id ] ) ) { foreach ( $comments_by_parent[ $level_comment_id ] as $descendant_id ) { $comment_descendants[ $descendant_id ] = true; $next_level[] = $descendant_id; } } } if ( $next_level ) { ++$comment_subtree_height; } $comment_level = $next_level; } // Compute each comment's depth, since comments at the maximum threading depth cannot become a parent. $comment_depths = array(); foreach ( $post_comments as $post_comment ) { $depth = 1; $ancestor_id = (int) $post_comment->comment_parent; while ( $ancestor_id && isset( $post_comments_by_id[ $ancestor_id ] ) ) { ++$depth; $ancestor_id = (int) $post_comments_by_id[ $ancestor_id ]->comment_parent; } $comment_depths[ (int) $post_comment->comment_ID ] = $depth; } } ?>
' . $parent_display . '' ); ?>

comment_ID&_wp_original_http_referer=" . urlencode( wp_get_referer() ), 'delete-comment_' . $comment->comment_ID ) . "'>" . ( ! EMPTY_TRASH_DAYS ? __( 'Delete Permanently' ) : __( 'Move to Trash' ) ) . "\n"; ?>