Changeset 2733 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/wporg-gp-customizations.php
- Timestamp:
- 03/10/2016 10:19:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/wporg-gp-customizations.php
r2543 r2733 36 36 public function disable_translation_propagation_on_import( $class_name, $last_method_called ) { 37 37 if ( 'GP_Route_Translation' === $class_name && 'import_translations_post' === $last_method_called ) { 38 add_filter( ' enable_propagate_translations_across_projects', '__return_false' );38 add_filter( 'gp_enable_propagate_translations_across_projects', '__return_false' ); 39 39 } 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.