Arrow

Plugin works except for Pending notification | Peter's Collaboration E-mails | Forum

Back to the blog

Please consider registering
guest

Log In

Lost password?
Advanced Search

— Forum Scope —

  

— Match —

   

— Forum Options —

   

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
Plugin works except for Pending notification
September 9, 2014
1:03 pm
martyhovey
New Member
Forum Posts: 1
Offline

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 );

September 9, 2014
5:28 pm
Peter
Admin
Forum Posts: 841
Offline

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?