Making WordPress.org

Changeset 4238


Ignore:
Timestamp:
10/14/2016 07:38:15 PM (8 years ago)
Author:
iandunn
Message:

WordCamp Organizer Nags: Rename plugin to WordCamp Dashboard Widgets

"Nag" feels like it has sexist connotations, because it refers to a negative stereotype about women, and is rarely used when men exhibit those same behaviors.

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  
    11<?php
    22
    3 /* 
    4  * Plugin Name: WordCamp Organizer Nags
    5  * 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.
    66 * Version:     0.1
    77 * Author:      Ian Dunn
    88 */
    99
    10 class WordCampOrganizerNags {
     10class WordCamp_Dashboard_Widgets {
    1111    protected $need_central_about_info, $needed_pages;
    1212
     
    207207}
    208208
    209 $GLOBALS['WordCampOrganizerNags'] = new WordCampOrganizerNags();
     209$GLOBALS['WordCamp_Dashboard_Widgets'] = new WordCamp_Dashboard_Widgets();
Note: See TracChangeset for help on using the changeset viewer.