Changeset 1575
- Timestamp:
- 05/15/2015 12:47:24 AM (11 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
r1574 r1575 18 18 19 19 add_action( 'wp_dashboard_setup', array( $this, 'create_dashboard_widgets' ) ); 20 add_action( 'admin_notices', array( $this, 'print_admin_notices' ) );21 add_action( 'admin_init', array( $this, 'central_about_info' ) );22 add_action( 'admin_init', array( $this, 'published_attendees_schedule_pages' ) );20 add_action( 'admin_notices', array( $this, 'print_admin_notices' ) ); 21 add_action( 'admin_init', array( $this, 'central_about_info' ) ); 22 add_action( 'admin_init', array( $this, 'published_attendees_schedule_pages' ) ); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.