Changeset 985
- Timestamp:
- 11/12/2014 10:30:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-wordcamp/wordcamp-new-site.php
r860 r985 65 65 66 66 // No updating if the blog has been switched 67 if ( $switched ) {67 if ( $switched || 1 !== did_action( 'wcpt_metabox_save' ) ) { 68 68 return; 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.