Changeset 10667
- Timestamp:
- 02/12/2021 02:53:17 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/class-o2-follow.php
r9329 r10667 230 230 } 231 231 232 $link = add_query_arg( $query_args, home_url( ' ', is_ssl() ? 'https' : 'http' ) );232 $link = add_query_arg( $query_args, home_url( '/', is_ssl() ? 'https' : 'http' ) ); 233 233 $link = wp_nonce_url( $link, 'post-comment-subscribe' ); 234 234 … … 252 252 */ 253 253 public function check_post_for_subscription( $post_id, $message ) { 254 if ( $message->isFollowing) {254 if ( ! empty( $message->isFollowing ) ) { 255 255 $this->subscribe_to_comments( $post_id ); 256 256 }
Note: See TracChangeset
for help on using the changeset viewer.