Changeset 55561
- Timestamp:
- 03/18/2023 04:33:22 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/post.js
r52228 r55561 790 790 791 791 // Determine what the publish should be depending on the date and post status. 792 if ( attemptedDate > currentDate && $('#original_post_status').val() != 'future') {792 if ( attemptedDate > currentDate ) { 793 793 publishOn = __( 'Schedule for:' ); 794 794 $('#publish').val( _x( 'Schedule', 'post action/button label' ) );
Note: See TracChangeset
for help on using the changeset viewer.