Making WordPress.org

Changeset 2690


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

Translate: Use the correct filter names in the Plugin Directory Bridge plugin, part 2.

See #1352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/wporg-gp-plugin-directory.php

    r2689 r2690  
    1515    public function __construct() {
    1616        add_action( 'init', array( $this, 'add_global_cache_group' ) );
    17         add_action( 'originals_imported', array( $this, 'originals_imported' ) );
     17        add_action( 'gp_originals_imported', array( $this, 'originals_imported' ) );
    1818        add_action( 'gp_translation_created', array( $this, 'translation_created' ) );
    1919        add_action( 'gp_translation_saved', array( $this, 'translation_saved' ) );
Note: See TracChangeset for help on using the changeset viewer.