ellatrix / wp-front-end-editor

Front-end Editor for WordPress
https://wordpress.org/plugins/wp-front-end-editor/
340 stars 87 forks source link

Bring $post into global scope #203

Closed christianwach closed 9 years ago

christianwach commented 9 years ago

Many plugins rely on access to the global $post object when they parse the content during the the_content filter. This PR puts the updated post object into global scope during AJAX updates.

solhuebner commented 9 years ago

Any thoughts on this one?

christianwach commented 9 years ago

@RugWarrior looks like I'm going to have to rebuild the PRs I submitted as they're now out-of-date.

christianwach commented 9 years ago

Closed in favour of #228