Changeset 2689
- Timestamp:
- 03/03/2016 09:35:32 PM (9 years ago)
- 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
r2345 r2689 16 16 add_action( 'init', array( $this, 'add_global_cache_group' ) ); 17 17 add_action( 'originals_imported', array( $this, 'originals_imported' ) ); 18 add_action( ' translation_created', array( $this, 'translation_created' ) );19 add_action( ' translation_saved', array( $this, 'translation_saved' ) );18 add_action( 'gp_translation_created', array( $this, 'translation_created' ) ); 19 add_action( 'gp_translation_saved', array( $this, 'translation_saved' ) ); 20 20 21 21 if ( defined( 'WP_CLI' ) && WP_CLI ) {
Note: See TracChangeset
for help on using the changeset viewer.