Allow cross-posting of scheduled posts on release branch#117
Open
lacqui wants to merge 1 commit intoMedium:masterfrom
lacqui:bp-1.4.0-114
Open
Allow cross-posting of scheduled posts on release branch#117lacqui wants to merge 1 commit intoMedium:masterfrom lacqui:bp-1.4.0-114
lacqui wants to merge 1 commit intoMedium:masterfrom
lacqui:bp-1.4.0-114
Conversation
|
What's the status on this PR. Can we expect this to be merged and released soon? |
majelbstoat
reviewed
May 16, 2017
| add_action("add_meta_boxes_post", array("Medium_Admin", "add_meta_boxes_post")); | ||
|
|
||
| add_action("save_post", array("Medium_Admin", "save_post"), 10, 2); | ||
| add_action("publish_post", array("Medium_Admin", "save_post"), 10, 2); |
Contributor
There was a problem hiding this comment.
I'd have to test this thoroughly, but I believe I had save post tied to publish_post previously and there was some double processing which caused issues.
|
Where is this at? Had it in mind to work on a PR as this fix would solve issues with scheduled posts as well as REST API posts as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backported pull request #116 on the trunk so it will work on the current release branch. This will fix issue #112 from the currently released plugin.