Changeset 1698
- Timestamp:
- 07/02/2015 11:26:14 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
r1697 r1698 15 15 */ 16 16 public function __construct() { 17 add_action( 'admin_print_styles-index.php', array( $this, 'print_styles' ) );18 17 add_action( 'wp_dashboard_setup', array( $this, 'create_dashboard_widgets' ) ); 19 }20 21 /**22 * Print wp-admin styles23 */24 public function print_styles() {25 ?>26 27 <style type="text/css">28 #wordcamp_reminders ul {29 margin-left: 12px;30 list-style-type: disc;31 }32 </style>33 34 <?php35 18 } 36 19 … … 186 169 ?> 187 170 188 <ul >171 <ul class="ul-disc"> 189 172 <?php if ( $this->need_central_about_info ) : ?> 190 173 <li>Please send us <a href="http://plan.wordcamp.org/first-steps/web-presence/your-page-on-central-wordcamp-org/">the "about" text and banner image</a> for your central.wordcamp.org page.</a></li>
Note: See TracChangeset
for help on using the changeset viewer.