activate.php 303 B

1234567891011
  1. <?php
  2. /**
  3. * Register the GalleryFieldImage class for the object/gallery_field_image subtype
  4. */
  5. if (get_subtype_id('object', 'gallery_field_image')) {
  6. update_subtype('object', 'gallery_field_image', 'GalleryFieldImage');
  7. } else {
  8. add_subtype('object', 'gallery_field_image', 'GalleryFieldImage');
  9. }