Changeset 2348 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-custom-stats/stats/discarded-warning.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/discarded-warning.php
r2120 r2348 16 16 17 17 public function __construct() { 18 add_action( ' warning_discarded', array( $this, 'log_discarded_warning' ), 10, 5 );18 add_action( 'gp_warning_discarded', array( $this, 'log_discarded_warning' ), 10, 5 ); 19 19 } 20 20
Note: See TracChangeset
for help on using the changeset viewer.