/home/techb158/dev.aleamaralawal.com/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php164850644editdlrm
admin-ajax.php51460644editdlrm
admin-footer.php28040644editdlrm
admin-functions.php4720644editdlrm
admin-header.php92840644editdlrm
admin-post.php20210644editdlrm
admin.php129350644editdlrm
async-upload.php56040644editdlrm
authorize-application.php103350644editdlrm
comment.php116430644editdlrm
contribute.php56560644editdlrm
credits.php41410644editdlrm
custom-background.php4820644editdlrm
custom-header.php4920644editdlrm
customize.php115860644editdlrm
edit-comments.php144840644editdlrm
edit-form-advanced.php294810644editdlrm
edit-form-blocks.php155280644editdlrm
edit-form-comment.php139800644editdlrm
edit-link-form.php63470644editdlrm
edit-tag-form.php106580644editdlrm
edit-tags.php225100644editdlrm
edit.php199520644editdlrm
erase-personal-data.php75050644editdlrm
export-personal-data.php79400644editdlrm
export.php112650644editdlrm
font-library.php14800644editdlrm
freedoms.php45740644editdlrm
import.php77660644editdlrm
index.php78640644editdlrm
install-helper.php69610644editdlrm
install.php183750644editdlrm
link-add.php9340644editdlrm
link-manager.php43610644editdlrm
link-parse-opml.php27210644editdlrm
link.php29570644editdlrm
load-scripts.php20700644editdlrm
load-styles.php29950644editdlrm
media-new.php32490644editdlrm
media-upload.php36680644editdlrm
media.php8190644editdlrm
menu-header.php100520644editdlrm
menu.php181340644editdlrm
moderation.php3070644editdlrm
ms-admin.php1960644editdlrm
ms-delete-site.php46130644editdlrm
ms-edit.php2160644editdlrm
ms-options.php2290644editdlrm
ms-sites.php2150644editdlrm
ms-themes.php2170644editdlrm
ms-upgrade-network.php2190644editdlrm
ms-users.php2150644editdlrm
my-sites.php48310644editdlrm
nav-menus.php501990644editdlrm
network.php55230644editdlrm
options-connectors.php15430644editdlrm
options-discussion.php164030644editdlrm
options-general.php228550644editdlrm
options-head.php6140644editdlrm
options-media.php66400644editdlrm
options-permalink.php224910644editdlrm
options-privacy.php107040644editdlrm
options-reading.php101980644editdlrm
options-writing.php94040644editdlrm
options.php142660644editdlrm
plugin-editor.php140710644editdlrm
plugin-install.php74330644editdlrm
plugins.php307440644editdlrm
post-new.php27680644editdlrm
post.php108210644editdlrm
press-this.php24700644editdlrm
privacy-policy-guide.php37560644editdlrm
privacy.php25120644editdlrm
profile.php2830644editdlrm
revision.php58360644editdlrm
setup-config.php179280644editdlrm
site-editor.php124830644editdlrm
site-health-info.php41730644editdlrm
site-health.php104270644editdlrm
term.php22490644editdlrm
theme-editor.php172790644editdlrm
theme-install.php243150644editdlrm
themes.php497280644editdlrm
tools.php35140644editdlrm
update-core.php462020644editdlrm
update.php130620644editdlrm
upgrade-functions.php3410644editdlrm
upgrade.php63900644editdlrm
upload.php152920644editdlrm
user-edit.php418440644editdlrm
user-new.php246640644editdlrm
users.php256980644editdlrm
widgets-form-blocks.php52350644editdlrm
widgets-form.php195880644editdlrm
widgets.php11120644editdlrm
Edit: /home/techb158/dev.aleamaralawal.com/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"; ?>