Changeset 10506 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-translation-sync.php
- Timestamp:
- 12/09/2020 11:40:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/jobs/class-translation-sync.php
r9284 r10506 26 26 while ( $posts = get_posts( $args ) ) { 27 27 foreach ( $posts as $post ) { 28 $directory->sync_all_translations_to_meta( $post ->ID);28 $directory->sync_all_translations_to_meta( $post ); 29 29 } 30 30
Note: See TracChangeset
for help on using the changeset viewer.