Making WordPress.org

Changeset 1575


Ignore:
Timestamp:
05/15/2015 12:47:24 AM (11 years ago)
Author:
iandunn
Message:

WordCamp Organizer Nags: Align callback registration statements.

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  
    1818
    1919                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' ) );
    2323        }
    2424
Note: See TracChangeset for help on using the changeset viewer.