Changeset 9354
- Timestamp:
- 12/17/2019 04:30:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/page-pledges.php
r9320 r9354 29 29 <h1 class="page-title"> 30 30 <?php 31 esc_html_e( 32 sprintf( 33 '%s Team Contributors', 34 $current_team->post_title 35 ), 36 'wporg-5ftf' 37 ); 31 esc_html_e( 'Pledged Contributors', 'wporg-5ftf' ); 38 32 ?> 39 33 </h1> … … 42 36 <article id="post-pledges" class="page type-page status-publish hentry"> 43 37 <div class="entry-content"> 38 <p> 39 These people have pledged to the contribute to the <?php echo esc_html( $current_team->post_title ); ?> team every week. When you need help with a task or project, reach out to them! 40 </p> 41 42 <p> 43 If you'd like to add yourself to this list, you can <a href="https://wordpress.org/five-for-the-future/">sign up on the Five for the Future site</a>. 44 </p> 45 44 46 <?php 45 47
Note: See TracChangeset
for help on using the changeset viewer.