01/19/2015 at 10:13 am
#315193
Keymaster
@ Rick
The edit I’m making are to two files:
../wp-content/plugins/connections/includes/class.retrieve.php../wp-content/plugins/connections/includes/shortcode/shortcode.php
In the class.retrieve.php file I’m going to add the capability for users with the Edit Moderated capability to query approved and pending entries. Currently they are only permitted to query approved entries. In order for users to edit their entry while in the moderation queue, they need to be able to query pending entries.
In the class.shortcode.php file, I’m changing the query args to include pending. I’m also adding a message stating that their entry is being held for moderation but they can can make additional changes.
Really the two tweaks are very minor. Much simply to fix than I was originally thinking.
