Changeset 1699
- Timestamp:
- 07/02/2015 11:27:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-nags/wordcamp-organizer-nags.php
r1698 r1699 15 15 */ 16 16 public function __construct() { 17 add_action( 'wp_dashboard_setup', 17 add_action( 'wp_dashboard_setup', array( $this, 'create_dashboard_widgets' ) ); 18 18 } 19 19
Note: See TracChangeset
for help on using the changeset viewer.