[ SYSTEM ]: Linux wordpress 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-admin
/
js
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 widgets
SET
[ DEL ]
📄 accordion.js
2,933 B
SET
[ EDIT ]
|
[ DEL ]
📄 auth-app.js
5,796 B
SET
[ EDIT ]
|
[ DEL ]
📄 code-editor.js
11,588 B
SET
[ EDIT ]
|
[ DEL ]
📄 color-picker.js
9,768 B
SET
[ EDIT ]
|
[ DEL ]
📄 comment.js
2,919 B
SET
[ EDIT ]
|
[ DEL ]
📄 common.js
62,618 B
SET
[ EDIT ]
|
[ DEL ]
📄 common.min.js
23,676 B
SET
[ EDIT ]
|
[ DEL ]
📄 custom-header.js
2,023 B
SET
[ EDIT ]
|
[ DEL ]
📄 customize-controls.js
295,335 B
SET
[ EDIT ]
|
[ DEL ]
📄 customize-nav-menus.js
114,135 B
SET
[ EDIT ]
|
[ DEL ]
📄 customize-nav-menus.min.js
48,272 B
SET
[ EDIT ]
|
[ DEL ]
📄 customize-widgets.js
71,727 B
SET
[ EDIT ]
|
[ DEL ]
📄 dashboard.js
27,666 B
SET
[ EDIT ]
|
[ DEL ]
📄 edit-comments.js
38,006 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor-expand.min.js
13,451 B
SET
[ EDIT ]
|
[ DEL ]
📄 editor.min.js
13,085 B
SET
[ EDIT ]
|
[ DEL ]
📄 farbtastic.js
7,849 B
SET
[ EDIT ]
|
[ DEL ]
📄 gallery.js
5,543 B
SET
[ EDIT ]
|
[ DEL ]
📄 inline-edit-post.min.js
9,639 B
SET
[ EDIT ]
|
[ DEL ]
📄 iris.min.js
23,643 B
SET
[ EDIT ]
|
[ DEL ]
📄 language-chooser.min.js
423 B
SET
[ EDIT ]
|
[ DEL ]
📄 link.js
3,987 B
SET
[ EDIT ]
|
[ DEL ]
📄 media-gallery.js
1,303 B
SET
[ EDIT ]
|
[ DEL ]
📄 media-upload.js
3,465 B
SET
[ EDIT ]
|
[ DEL ]
📄 media-upload.min.js
1,152 B
SET
[ EDIT ]
|
[ DEL ]
📄 media.min.js
2,439 B
SET
[ EDIT ]
|
[ DEL ]
📄 password-strength-meter.js
4,236 B
SET
[ EDIT ]
|
[ DEL ]
📄 password-toggle.js
1,339 B
SET
[ EDIT ]
|
[ DEL ]
📄 password-toggle.min.js
847 B
SET
[ EDIT ]
|
[ DEL ]
📄 plugin-install.min.js
2,403 B
SET
[ EDIT ]
|
[ DEL ]
📄 postbox.js
18,937 B
SET
[ EDIT ]
|
[ DEL ]
📄 privacy-tools.min.js
5,154 B
SET
[ EDIT ]
|
[ DEL ]
📄 set-post-thumbnail.js
876 B
SET
[ EDIT ]
|
[ DEL ]
📄 site-health.min.js
6,282 B
SET
[ EDIT ]
|
[ DEL ]
📄 site-icon.js
6,243 B
SET
[ EDIT ]
|
[ DEL ]
📄 svg-painter.js
3,280 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags-box.js
11,140 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags-box.min.js
3,077 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags-suggest.js
5,771 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags-suggest.min.js
2,269 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags.js
6,098 B
SET
[ EDIT ]
|
[ DEL ]
📄 tags.min.js
2,467 B
SET
[ EDIT ]
|
[ DEL ]
📄 theme.min.js
27,142 B
SET
[ EDIT ]
|
[ DEL ]
📄 updates.js
111,999 B
SET
[ EDIT ]
|
[ DEL ]
📄 user-suggest.min.js
676 B
SET
[ EDIT ]
|
[ DEL ]
📄 widgets.js
23,098 B
SET
[ EDIT ]
|
[ DEL ]
📄 widgets.min.js
12,609 B
SET
[ EDIT ]
|
[ DEL ]
📄 word-count.min.js
1,530 B
SET
[ EDIT ]
|
[ DEL ]
📄 xfn.min.js
458 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: comment.js
/** * @output wp-admin/js/comment.js */ /* global postboxes */ /** * Binds to the document ready event. * * @since 2.5.0 * * @param {jQuery} $ The jQuery object. */ jQuery( function($) { postboxes.add_postbox_toggles('comment'); var $timestampdiv = $('#timestampdiv'), $timestamp = $( '#timestamp' ), stamp = $timestamp.html(), $timestampwrap = $timestampdiv.find( '.timestamp-wrap' ), $edittimestamp = $timestampdiv.siblings( 'a.edit-timestamp' ); /** * Adds event that opens the time stamp form if the form is hidden. * * @listens $edittimestamp:click * * @param {Event} event The event object. * @return {void} */ $edittimestamp.on( 'click', function( event ) { if ( $timestampdiv.is( ':hidden' ) ) { // Slide down the form and set focus on the first field. $timestampdiv.slideDown( 'fast', function() { $( 'input, select', $timestampwrap ).first().trigger( 'focus' ); } ); $(this).hide(); } event.preventDefault(); }); /** * Resets the time stamp values when the cancel button is clicked. * * @listens .cancel-timestamp:click * * @param {Event} event The event object. * @return {void} */ $timestampdiv.find('.cancel-timestamp').on( 'click', function( event ) { // Move focus back to the Edit link. $edittimestamp.show().trigger( 'focus' ); $timestampdiv.slideUp( 'fast' ); $('#mm').val($('#hidden_mm').val()); $('#jj').val($('#hidden_jj').val()); $('#aa').val($('#hidden_aa').val()); $('#hh').val($('#hidden_hh').val()); $('#mn').val($('#hidden_mn').val()); $timestamp.html( stamp ); event.preventDefault(); }); /** * Sets the time stamp values when the ok button is clicked. * * @listens .save-timestamp:click * * @param {Event} event The event object. * @return {void} */ $timestampdiv.find('.save-timestamp').on( 'click', function( event ) { // Crazyhorse branch - multiple OK cancels. var aa = $('#aa').val(), mm = $('#mm').val(), jj = $('#jj').val(), hh = $('#hh').val(), mn = $('#mn').val(), newD = new Date( aa, mm - 1, jj, hh, mn ); event.preventDefault(); if ( newD.getFullYear() != aa || (1 + newD.getMonth()) != mm || newD.getDate() != jj || newD.getMinutes() != mn ) { $timestampwrap.addClass( 'form-invalid' ); return; } else { $timestampwrap.removeClass( 'form-invalid' ); } $timestamp.html( wp.i18n.__( 'Submitted on:' ) + ' <b>' + /* translators: 1: Month, 2: Day, 3: Year, 4: Hour, 5: Minute. */ wp.i18n.__( '%1$s %2$s, %3$s at %4$s:%5$s' ) .replace( '%1$s', $( 'option[value="' + mm + '"]', '#mm' ).attr( 'data-text' ) ) .replace( '%2$s', parseInt( jj, 10 ) ) .replace( '%3$s', aa ) .replace( '%4$s', ( '00' + hh ).slice( -2 ) ) .replace( '%5$s', ( '00' + mn ).slice( -2 ) ) + '</b> ' ); // Move focus back to the Edit link. $edittimestamp.show().trigger( 'focus' ); $timestampdiv.slideUp( 'fast' ); }); });