Changeset 2348 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/project.php
- Timestamp:
- 01/21/2016 11:05:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/project.php
r2114 r2348 20 20 global $wpdb, $gp_table_prefix; 21 21 22 add_action( ' translation_created', array( $this, 'translation_created' ) );23 add_action( ' translation_saved', array( $this, 'translation_saved' ) );24 add_action( ' originals_imported', array( $this, 'originals_imported' ), 10, 5 );22 add_action( 'gp_translation_created', array( $this, 'translation_created' ) ); 23 add_action( 'gp_translation_saved', array( $this, 'translation_saved' ) ); 24 add_action( 'gp_originals_imported', array( $this, 'originals_imported' ), 10, 5 ); 25 25 26 26 // DB Writes are delayed until shutdown to bulk-update the stats during imports
Note: See TracChangeset
for help on using the changeset viewer.