Changeset 14464 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/admin-edit.php
- Timestamp:
- 06/11/2025 01:42:42 AM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/admin-edit.php
r12845 r14464 611 611 } 612 612 613 // This is specific to the repopackage post type. 614 if ( 'repopackage' !== get_post_type( $post_id ) ) { 615 return; 616 } 617 613 618 // Only run once. 614 619 remove_action( 'save_post', __FUNCTION__ );
Note: See TracChangeset
for help on using the changeset viewer.