Changeset 2348 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/user.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/user.php
r2114 r2348 13 13 global $wpdb, $gp_table_prefix; 14 14 15 add_action( ' translation_created', array( $this, 'translation_created' ) );16 add_action( ' translation_saved', array( $this, 'translation_saved' ) );15 add_action( 'gp_translation_created', array( $this, 'translation_created' ) ); 16 add_action( 'gp_translation_saved', array( $this, 'translation_saved' ) ); 17 17 18 18 $wpdb->user_translations_count = $gp_table_prefix . 'user_translations_count';
Note: See TracChangeset
for help on using the changeset viewer.