Skip to content

Commit

Permalink
Use lowercase names
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Aug 5, 2024
1 parent 19c6326 commit 830664f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export const savePost =
let error = false;
try {
edits = await applyFilters(
'editor.PreSavePost',
'editor.preSavePost',
Promise.resolve( edits ),
options
);
Expand Down Expand Up @@ -252,7 +252,7 @@ export const savePost =
if ( ! error ) {
try {
await applyFilters(
'editor.SavePost',
'editor.savePost',
Promise.resolve(),
options
);
Expand Down

0 comments on commit 830664f

Please sign in to comment.