Changeset 8722
- Timestamp:
- 05/02/2019 08:00:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-make-sites-cpt/make_sites_cpt.php
r8717 r8722 8 8 * Author URI: http://profiles.wordpress.org/georgestephanis 9 9 */ 10 11 // TEMP: prevent redeclaration during plugin move12 if ( !function_exists( 'make_site_register_cpt' ) ) :13 10 14 11 add_action( 'init', 'make_site_register_cpt' ); … … 155 152 } 156 153 157 endif; // TEMP end
Note: See TracChangeset
for help on using the changeset viewer.