Changeset 12813
- Timestamp:
- 12/04/2020 05:46:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin.php
r12796 r12813 810 810 printf( 811 811 /* translators: 1: heart dashicons. 2: BP Credits screen url. 3: number of BuddyPress contributors to this version. */ 812 _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 37, 'buddypress' ),812 _n( 'Built with %1$s by <a href="%2$s">%3$d volunteer</a>.', 'Built with %1$s by <a href="%2$s">%3$d volunteers</a>.', 54, 'buddypress' ), 813 813 '<span class="dashicons dashicons-heart"></span>', 814 814 esc_url( bp_get_admin_url( 'admin.php?page=bp-credits' ) ), 815 number_format_i18n( 37)815 number_format_i18n( 54 ) 816 816 ); 817 817 ?> … … 999 999 <a href="https://profiles.wordpress.org/oztaser/">Adil Oztaser (oztaser)</a>, 1000 1000 <a href="https://profiles.wordpress.org/boonebgorges/">Boone B Gorges (boonebgorges)</a>, 1001 <a href="https://profiles.wordpress.org/sbrajesh/">Brajesh Singh (sbrajesh)</a>, 1001 1002 <a href="https://profiles.wordpress.org/corsky/">corsky</a>, 1002 <a href="https://profiles.wordpress.org/ sbrajesh/">Brajesh Singh (sbrajesh)</a>,1003 <a href="https://profiles.wordpress.org/dancaragea/">Dan Caragea (dancaragea)</a>, 1003 1004 <a href="https://profiles.wordpress.org/dcavins/">David Cavins (dcavins)</a>, 1004 1005 <a href="https://profiles.wordpress.org/devnik/">devnik</a>, … … 1006 1007 <a href="https://profiles.wordpress.org/dd32/">Dion Hulse (dd32)</a>, 1007 1008 <a href="https://profiles.wordpress.org/dragoeco/">dragoeco</a>, 1009 <a href="https://profiles.wordpress.org/kebbet/">Erik Betshammar (kebbet)</a>, 1008 1010 <a href="https://profiles.wordpress.org/etatus/">etatus</a>, 1009 1011 <a href="https://github.com/ExoGeek/">Didier Saintes (ExoGeek)</a>, 1012 <a href="https://profiles.wordpress.org/f2010525/">诗语 (f2010525)</a>, 1010 1013 <a href="https://profiles.wordpress.org/mamaduka/">George Mamadashvili</a>, 1014 <a href="https://profiles.wordpress.org/mociofiletto/">Giuseppe (mociofiletto)</a>, 1011 1015 <a href="https://profiles.wordpress.org/hareesh-pillai/">Hareesh</a>, 1016 <a href="https://profiles.wordpress.org/iamthewebb/">iamthewebb</a>, 1017 <a href="https://profiles.wordpress.org/nobnob/">Javier Esteban (nobnob)</a>, 1018 <a href="https://profiles.wordpress.org/audrasjb/">Jb Audras (audrasjb)</a>, 1012 1019 <a href="https://profiles.wordpress.org/johnjamesjacoby/">John James Jacoby (johnjamesjacoby)</a>, 1020 <a href="https://profiles.wordpress.org/joost-abrahams/">Joost Abrahams (joost-abrahams)</a>, 1013 1021 <a href="https://profiles.wordpress.org/k3690/">k3690</a>, 1022 <a href="https://profiles.wordpress.org/knutsp/">Knut Sparhell (knutsp)</a>, 1014 1023 <a href="https://profiles.wordpress.org/laxman-prajapati/">Laxman Prajapati</a>, 1015 <a href="https://profiles.wordpress.org/iamthewebb/">iamthewebb</a>, 1024 <a href="https://profiles.wordpress.org/lidialab/">Lidia Pellizzaro (lidialab)</a>, 1025 <a href="https://profiles.wordpress.org/marbaque/">marbaque</a>, 1016 1026 <a href="https://github.com/geckse/">Marcel Claus (geckse)</a>, 1017 <a href="https://profiles.wordpress.org/marioshtika/">marioshtika</a> 1027 <a href="https://profiles.wordpress.org/marioshtika/">marioshtika</a>, 1028 <a href="https://profiles.wordpress.org/markscottrobson/">Mark Robson (markscottrobson)</a>, 1018 1029 <a href="https://profiles.wordpress.org/imath/">Mathieu Viet (imath)</a>, 1019 1030 <a href="https://profiles.wordpress.org/mercime/">mercime</a>, … … 1021 1032 <a href="https://profiles.wordpress.org/tw2113/">Michael Beckwith</a>, 1022 1033 <a href="https://profiles.wordpress.org/man4toman/">Morteza Geransayeh (man4toman)</a>, 1034 <a href="https://profiles.wordpress.org/morenolq/">morenolq</a>, 1023 1035 <a href="https://profiles.wordpress.org/n33d/">N33D</a>, 1024 1036 <a href="https://profiles.wordpress.org/oddev56/">oddev56</a>, 1025 1037 <a href="https://profiles.wordpress.org/DJPaul/">Paul Gibbs (DJPaul)</a>, 1038 <a href="https://profiles.wordpress.org/walbo/">Petter Walbø Johnsgård (walbo)</a>, 1039 <a href="https://profiles.wordpress.org/psmits1567/">Peter Smits (psmits1567)</a>, 1040 <a href="https://profiles.wordpress.org/podporawebu/">wp24.cz (podporawebu)</a>, 1041 <a href="https://profiles.wordpress.org/raruto/">Raruto</a>, 1026 1042 <a href="https://profiles.wordpress.org/r-a-y/">r-a-y</a>, 1027 1043 <a href="https://profiles.wordpress.org/espellcaste/">Renato Alves (espellcaste)</a>, … … 1033 1049 <a href="https://profiles.wordpress.org/netweb/">Stephen Edgar (netweb)</a>, 1034 1050 <a href="https://profiles.wordpress.org/tharsheblows/">tharsheblows</a>, 1051 <a href="https://profiles.wordpress.org/tobifjellner/">Tor-Bjorn Fjellner (tobifjellner)</a>, 1035 1052 <a href="https://profiles.wordpress.org/vapvarun/">Varun Dubey (vapvarun)</a>. 1036 1053 </p>
Note: See TracChangeset
for help on using the changeset viewer.