$config ) { $data[ $key ] = get_post_meta( get_the_ID(), PledgeMeta\META_PREFIX . $key, $config['single'] ); } $contributors = Contributor\get_pledge_contributors( get_the_ID() ); $count = count( $contributors ); $content = apply_filters( 'the_content', $data['org-description'] ); $contributor_title = sprintf( esc_html( _n( '%1$s has pledged %2$d contributor', '%1$s has pledged %2$d contributors', $count, 'wordpressorg' ) ), wp_kses_post( get_the_title() ), intval( $count ) ); ?>
>
', '' ); ?> ', '' ); ?>

post_title ); if ( $contrib ) { printf( '%s', get_avatar( $contrib->user_email, 30, 'blank' ) ); } } ?>