Skip to content

Commit

Permalink
Update public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new…
Browse files Browse the repository at this point in the history
…-site.php

Co-Authored-By: Ian Dunn <[email protected]>
  • Loading branch information
ryelle and iandunn authored Sep 25, 2019
1 parent 7275b39 commit 5df2148
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function maybe_create_new_site( $wordcamp_id ) {
) );

if ( is_int( $this->new_site_id ) ) {
// This is used in other plugins to map the `wordcamp` post to it's corresponding site.
// `_site_id` is used in other plugins to map the `wordcamp` post to it's corresponding site.
update_post_meta( $wordcamp_id, '_site_id', $this->new_site_id );
do_action( 'wcor_wordcamp_site_created', $wordcamp_id );

Expand Down

0 comments on commit 5df2148

Please sign in to comment.