Skip to content

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#117
lacqui wants to merge 1 commit intoMedium:masterfrom
lacqui:bp-1.4.0-114

Conversation

@lacqui
Copy link

@lacqui lacqui commented Oct 10, 2016

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.

@Gattermeier
Copy link

What's the status on this PR. Can we expect this to be merged and released soon?

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);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@timnolte
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants