Plugin works except for Pending notification | Peter's Collaboration E-mails | Forum
1:03 pm
All other parts of the plugin are working but not pending notification.
I've been debugging the problem with the "pending" section of the plugin and narrowed it down to this.
peters_collaboration_emails.php
It doesn't make any sense to me but this isn't allowing email to be sent:
189 $pce_body .= __('Review and publish it here: ', 'peters_collaboration_emails') . get_edit_post_link( $pce_object->ID, false );
but this is:
189 $pce_body .= get_edit_post_link( $pce_object->ID, false );
That's odd, although so is the behavior described here:
http://wordpress.org/support/t.....er-sending
Your tests (thanks a lot for digging in it by the way) seem to indicate the opposite, though, that the link portion is fine. Can you confirm that the link itself is not the problem?