Changeset 4525 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/mentors/unmentored-camps.php
- Timestamp:
- 12/13/2016 08:45:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/views/mentors/unmentored-camps.php
r3727 r4525 10 10 <h2>Active Camps without a Mentor</h2> 11 11 12 <p class="description">Note: This is based on the <strong>Mentor WordPress.org User Name</strong> field. Some of these camps may have Mentor name and/or email data, but have not yet been updated with the WordPress.org username.</p> 13 12 14 <?php if ( $unmentored_camps ) : ?> 13 15 … … 15 17 <?php foreach ( $unmentored_camps as $id => $name ) : ?> 16 18 <li> 17 <a href="<?php echo esc_url( admin_url( "post.php?post=$id&action=edit " ) ); ?>">19 <a href="<?php echo esc_url( admin_url( "post.php?post=$id&action=edit#wcpt_mentor_wordpress_org_user_name" ) ); ?>"> 18 20 <?php echo esc_html( $name ); ?> 19 21 </a> … … 22 24 </ul> 23 25 26 <p class="description">(*) Camp has a Mentor email address but no WordPress.org username.</p> 27 24 28 <?php else : ?> 25 29
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)