Bug in notifyPost
-
Hey!
Just thought i’d let you know you have a bug here:
$url = parse_url( get_permalink( $post->id ) );
it should be
$url = parse_url( get_permalink( $post->ID ) );
ID has to be capital letters…
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug in notifyPost’ is closed to new replies.