Changeset 10570 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
- Timestamp:
- 01/12/2021 01:45:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/theme-directory.php
r10410 r10570 1002 1002 */ 1003 1003 function wporg_themes_glotpress_import_on_update( $theme, $theme_post ) { 1004 // Newly loaded themes don't have a theme post. 1005 if ( ! $theme_post ) { 1006 return; 1007 } 1008 1004 1009 $status = (array) get_post_meta( $theme_post->ID, '_status', true ); 1005 1010 if ( array_search( 'live', $status ) ) {
Note: See TracChangeset
for help on using the changeset viewer.