Skip to content

Commit

Permalink
Recompile WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot authored and adamziel committed Oct 10, 2023
1 parent 0ae22d3 commit 1e1a7cb
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 80 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
}

.media-item .edit-attachment.copy-to-clipboard-container {
display: flex;
margin-top: 0;
}

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
}

.media-item .edit-attachment.copy-to-clipboard-container {
display: flex;
margin-top: 0;
}

Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -491,13 +491,6 @@ window.wp = window.wp || {};
};

fields = $('#edit-'+id).find(':input').serialize();

var status = $(':input[name="_status"]').val();

if ( [ 'draft', 'pending', 'auto-draft' ].includes( status ) ) {
params.edit_date = 'false';
}

params = fields + '&' + $.param(params);

// Make Ajax request.
Expand Down

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/playground/remote/src/wordpress/wp-5.9.data

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/playground/remote/src/wordpress/wp-6.0.data

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/playground/remote/src/wordpress/wp-6.1.data

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions packages/playground/remote/src/wordpress/wp-6.2.data

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions packages/playground/remote/src/wordpress/wp-6.3.data

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions packages/playground/remote/src/wordpress/wp-nightly.data

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/playground/remote/src/wordpress/wp-nightly.js

Large diffs are not rendered by default.

0 comments on commit 1e1a7cb

Please sign in to comment.