Making WordPress.org

Changeset 5359


Ignore:
Timestamp:
04/18/2017 06:12:56 PM (6 years ago)
Author:
coreymckrill
Message:

WordCamp: Add Planning Checklist item to new tools Dashboard widget

Also remove the Invoice item

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-dashboard-widgets/wordcamp-dashboard-widgets.php

    r5227 r5359  
    227227
    228228        <ul class="ul-disc">
     229            <?php if ( current_user_can( 'switch_themes' ) ) : ?>
     230                <li>
     231                    <a href="https://make.wordpress.org/community/2017/04/18/introducing-a-new-mentor-tool-the-planning-checklist/">
     232                        <?php esc_html_e( 'Track your progress towards holding a successful WordCamp event.', 'wordcamporg' ); ?>
     233                    </a>
     234                </li>
     235            <?php endif; ?>
     236
    229237            <li>
    230238                <a href="https://make.wordpress.org/community/2017/03/23/showing-upcoming-local-events-in-wp-admin/">
     
    236244                <a href="https://make.wordpress.org/community/2016/04/26/new-tool-for-creating-personalized-wordcamp-badges/">
    237245                    <?php esc_html_e( 'Create personalized attendee badges.', 'wordcamporg' ); ?>
    238                 </a>
    239             </li>
    240 
    241             <li>
    242                 <a href="https://make.wordpress.org/community/2016/03/01/new-automated-payments-and-invoicing/">
    243                     <?php esc_html_e( 'Invoice sponsors, pay vendors, and get reimbursed.', 'wordcamporg' ); ?>
    244246                </a>
    245247            </li>
Note: See TracChangeset for help on using the changeset viewer.