Skip to content

Commit

Permalink
make new about page translatable awesomemotive#521
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltorbert committed Sep 30, 2016
1 parent f14a3b1 commit 395a0b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions admin/display/credits-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@
</li>
</ul>

<h3 class="wp-people-group"><?php printf( esc_html__( 'Core Team', 'all-in-one-seo-pack' ) ); ?></h3>
<h3 class="wp-people-group"><?php printf( _e( 'Core Team', 'all-in-one-seo-pack' ) ); ?></h3>
<ul class="wp-people-group " id="wp-people-group-contributors">
<li class="wp-person" id="wp-person-arnaudbroes">
<a class="web" target="_blank" href="https://profiles.wordpress.org/arnaudbroes"><img alt="" class="gravatar" src="https://www.gravatar.com/avatar/0ce0d554c2b0bd61d326e15c8dcde756?s=60">
Arnaud Broes</a>
<span class="title"><?php _e( 'Development Team', 'buddypress' ); ?></span>
<span class="title"><?php _e( 'Development Team', 'all-in-one-seo-pack' ); ?></span>
</li>
<li class="wp-person" id="wp-person-yuqianliu">
<a class="web" target="_blank" href="https://profiles.wordpress.org/yuqianl"><img alt="" class="gravatar" src="https://www.gravatar.com/avatar/8f971bea2b6c483fd1099e558013a7d0?s=60">
Yuqian Liu</a>
<span class="title"><?php _e( 'Development Team', 'buddypress' ); ?></span>
<span class="title"><?php _e( 'Development Team', 'all-in-one-seo-pack' ); ?></span>
</li>
<li class="wp-person" id="wp-person-aaronbrodney">
<a class="web" target="_blank" href="https://github.com/theycalledmetaz"><img alt="" class="gravatar" src="https://avatars3.githubusercontent.com/u/8225725?v=3&s=60">
Aaron Brodney</a>
<span class="title"><?php _e( 'Development Team', 'buddypress' ); ?></span>
<span class="title"><?php _e( 'Development Team', 'all-in-one-seo-pack' ); ?></span>
</li>
</ul>

Expand All @@ -58,7 +58,7 @@
</li>
</ul>

<h3 class="wp-people-group dashicons-before dashicons-translation"><?php printf( esc_html__( 'Translation contributors and translation editors', 'all-in-one-seo-pack' ), '1.2' ); ?></h3>
<h3 class="wp-people-group dashicons-before dashicons-translation"><?php printf( _e( 'Translation contributors and translation editors', 'all-in-one-seo-pack' ), '1.2' ); ?></h3>
<p class="wp-credits-list">
<a href="https://profiles.wordpress.org/pierrelannoy/" target="_blank">Pierre Lannoy</a>,
<a href="https://profiles.wordpress.org/sonjanyc/" target="_blank">Sonja Leix</a>,
Expand Down
2 changes: 1 addition & 1 deletion admin/display/welcome-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
</div>
</div>
</div>
<p><a href="/wp-admin/admin.php?page=all-in-one-seo-pack%2Faioseop_class.php">Continue to the General Settings</a> &raquo;</p>
<p><a href="/wp-admin/admin.php?page=all-in-one-seo-pack%2Faioseop_class.php"><?php _e( 'Continue to the General Settings', 'all-in-one-seo-pack' ); ?></a> &raquo;</p>
</div>

0 comments on commit 395a0b6

Please sign in to comment.