Making WordPress.org

Changeset 9354


Ignore:
Timestamp:
12/17/2019 04:30:31 PM (5 years ago)
Author:
iandunn
Message:

Breathe: Add description to Pledged Contributors template.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/page-pledges.php

    r9320 r9354  
    2929            <h1 class="page-title">
    3030                <?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' );
    3832                ?>
    3933            </h1>
     
    4236        <article id="post-pledges" class="page type-page status-publish hentry">
    4337            <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
    4446                <?php
    4547
Note: See TracChangeset for help on using the changeset viewer.