Changeset 1930 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 09/30/2015 07:56:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r1884 r1930 340 340 ) ); 341 341 342 // Update current version. Used to prioritize localized themes. 343 update_post_meta( $post_id, '_live_version', $version ); 344 342 345 /* 343 346 * Bail if we're activating an old version, the author does not need to be … … 876 879 foreach ( $posts as $post ) { 877 880 wporg_themes_glotpress_import( $post, 'inactive' ); 878 } 881 } 879 882 } 880 883 add_action( 'wporg_themes_check_for_old_themes', 'wporg_themes_check_for_old_themes' );
Note: See TracChangeset
for help on using the changeset viewer.