Changeset 1585
- Timestamp:
- 05/15/2015 07:06:54 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
r1584 r1585 16 16 public function __construct() { 17 17 add_action( 'admin_print_styles-index.php', array( $this, 'print_styles' ) ); 18 add_action( 'wp_dashboard_setup', array( $this, 'create_dashboard_widgets' ) ); 19 20 // todo align 18 add_action( 'wp_dashboard_setup', array( $this, 'create_dashboard_widgets' ) ); 21 19 } 22 20
Note: See TracChangeset
for help on using the changeset viewer.