Changeset 4238
- Timestamp:
- 10/14/2016 07:38:15 PM (8 years ago)
- Location:
- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-dashboard-widgets
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php
r4177 r4238 1 1 <?php 2 2 3 /* 4 * Plugin Name: WordCamp Organizer Nags5 * Description: Shows admin notices to organizers when they haven't completed a required action yet.3 /* 4 * Plugin Name: WordCamp Dashboard Widgets 5 * Description: Communicate non-urgent messages from Central to organizers through Dashboard widgets. 6 6 * Version: 0.1 7 7 * Author: Ian Dunn 8 8 */ 9 9 10 class WordCamp OrganizerNags {10 class WordCamp_Dashboard_Widgets { 11 11 protected $need_central_about_info, $needed_pages; 12 12 … … 207 207 } 208 208 209 $GLOBALS['WordCamp OrganizerNags'] = new WordCampOrganizerNags();209 $GLOBALS['WordCamp_Dashboard_Widgets'] = new WordCamp_Dashboard_Widgets();
Note: See TracChangeset
for help on using the changeset viewer.