Making WordPress.org

Changeset 2733


Ignore:
Timestamp:
03/10/2016 10:19:09 PM (10 years ago)
Author:
ocean90
Message:

Translate: Add missing prefix for the gp_enable_propagate_translations_across_projects filter.

See #1352.

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  
    3636        public function disable_translation_propagation_on_import( $class_name, $last_method_called ) {
    3737                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' );
    3939                }
    4040        }
Note: See TracChangeset for help on using the changeset viewer.