<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[BuddyPress][6737] trunk/bp-core/bp-core-admin.php: Update new credits screen with current 1.7 props list and add a few missing textdomains to i18n functions.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg > ul, #logmsg > ol { margin-left: 0; margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://buddypress.trac.wordpress.org/changeset/6737">6737</a></dd>
<dt>Author</dt> <dd>djpaul</dd>
<dt>Date</dt> <dd>2013-01-22 17:45:33 +0000 (Tue, 22 Jan 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Update new credits screen with current 1.7 props list and add a few missing textdomains to i18n functions. See <a href="http://buddypress.trac.wordpress.org/ticket/4727">#4727</a></pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkbpcorebpcoreadminphp">trunk/bp-core/bp-core-admin.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkbpcorebpcoreadminphp"></a>
<div class="modfile"><h4>Modified: trunk/bp-core/bp-core-admin.php (6736 => 6737)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/bp-core/bp-core-admin.php        2013-01-21 21:36:35 UTC (rev 6736)
+++ trunk/bp-core/bp-core-admin.php        2013-01-22 17:45:33 UTC (rev 6737)
</span><span class="lines">@@ -389,9 +389,9 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;h2 class=&quot;nav-tab-wrapper&quot;&gt;
</span><span class="cx">                                 &lt;a class=&quot;nav-tab nav-tab-active&quot; href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-about' ), 'index.php' ) ) ); ?&gt;&quot;&gt;
</span><del>-                                        &lt;?php _e( 'What&amp;#8217;s New' ); ?&gt;
</del><ins>+                                        &lt;?php _e( 'What&amp;#8217;s New', 'buddypress' ); ?&gt;
</ins><span class="cx">                                 &lt;/a&gt;&lt;a class=&quot;nav-tab&quot; href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-credits' ), 'index.php' ) ) ); ?&gt;&quot;&gt;
</span><del>-                                        &lt;?php _e( 'Credits' ); ?&gt;
</del><ins>+                                        &lt;?php _e( 'Credits', 'buddypress' ); ?&gt;
</ins><span class="cx">                                 &lt;/a&gt;
</span><span class="cx">                         &lt;/h2&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -457,7 +457,7 @@
</span><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;return-to-dashboard&quot;&gt;
</span><del>-                                &lt;a href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-components' ), $this-&gt;settings_page ) ) ); ?&gt;&quot;&gt;&lt;?php _e( 'Go to the BuddyPress Settings page' ); ?&gt;&lt;/a&gt;
</del><ins>+                                &lt;a href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-components' ), $this-&gt;settings_page ) ) ); ?&gt;&quot;&gt;&lt;?php _e( 'Go to the BuddyPress Settings page', 'buddypress' ); ?&gt;&lt;/a&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;/div&gt;
</span><span class="lines">@@ -484,9 +484,9 @@
</span><span class="cx"> 
</span><span class="cx">                         &lt;h2 class=&quot;nav-tab-wrapper&quot;&gt;
</span><span class="cx">                                 &lt;a href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-about' ), 'index.php' ) ) ); ?&gt;&quot; class=&quot;nav-tab&quot;&gt;
</span><del>-                                        &lt;?php _e( 'What&amp;#8217;s New' ); ?&gt;
</del><ins>+                                        &lt;?php _e( 'What&amp;#8217;s New', 'buddypress' ); ?&gt;
</ins><span class="cx">                                 &lt;/a&gt;&lt;a href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-credits' ), 'index.php' ) ) ); ?&gt;&quot; class=&quot;nav-tab nav-tab-active&quot;&gt;
</span><del>-                                        &lt;?php _e( 'Credits' ); ?&gt;
</del><ins>+                                        &lt;?php _e( 'Credits', 'buddypress' ); ?&gt;
</ins><span class="cx">                                 &lt;/a&gt;
</span><span class="cx">                         &lt;/h2&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -516,17 +516,20 @@
</span><span class="cx">                                 &lt;/li&gt;
</span><span class="cx">                         &lt;/ul&gt;
</span><span class="cx"> 
</span><del>-                        &lt;h4 class=&quot;wp-people-group&quot;&gt;&lt;?php _e( 'Contributing Developers', 'buddypress' ); ?&gt;&lt;/h4&gt;
-                        &lt;ul class=&quot;wp-people-group &quot; id=&quot;wp-people-group-contributing-developers&quot;&gt;
</del><ins>+                        &lt;h4 class=&quot;wp-people-group&quot;&gt;&lt;?php _e( 'Core Developers', 'buddypress' ); ?&gt;&lt;/h4&gt;
+                        &lt;ul class=&quot;wp-people-group &quot; id=&quot;wp-people-group-core-developers&quot;&gt;
</ins><span class="cx">                                 &lt;li class=&quot;wp-person&quot; id=&quot;wp-person-r-a-y&quot;&gt;
</span><span class="cx">                                         &lt;a href=&quot;http://profiles.wordpress.org/r-a-y&quot;&gt;&lt;img src=&quot;http://0.gravatar.com/avatar/3bfa556a62b5bfac1012b6ba5f42ebfa?s=60&quot; class=&quot;gravatar&quot; alt=&quot;Ray&quot; /&gt;&lt;/a&gt;
</span><span class="cx">                                         &lt;a class=&quot;web&quot; href=&quot;http://profiles.wordpress.org/r-a-y&quot;&gt;Ray&lt;/a&gt;
</span><del>-                                        &lt;span class=&quot;title&quot;&gt;&lt;?php _e( 'Quality Officer', 'buddypress' ); ?&gt;&lt;/span&gt;
</del><span class="cx">                                 &lt;/li&gt;
</span><ins>+                        &lt;/ul&gt;
+
+                        &lt;h4 class=&quot;wp-people-group&quot;&gt;&lt;?php _e( 'Recent Rockstars', 'buddypress' ); ?&gt;&lt;/h4&gt;
+                        &lt;ul class=&quot;wp-people-group &quot; id=&quot;wp-people-group-rockstars&quot;&gt;
</ins><span class="cx">                                 &lt;li class=&quot;wp-person&quot; id=&quot;wp-person-karmatosed&quot;&gt;
</span><span class="cx">                                         &lt;a href=&quot;http://profiles.wordpress.org/karmatosed&quot;&gt;&lt;img src=&quot;http://0.gravatar.com/avatar/d36d2c1821af9249b69ff7f5ed60529b?s=60&quot; class=&quot;gravatar&quot; alt=&quot;Tammie Lister&quot; /&gt;&lt;/a&gt;
</span><span class="cx">                                         &lt;a class=&quot;web&quot; href=&quot;http://profiles.wordpress.org/karmatosed&quot;&gt;Tammie Lister&lt;/a&gt;
</span><del>-                                        &lt;span class=&quot;title&quot;&gt;&lt;?php _e( 'Mark-up Officer', 'buddypress' ); ?&gt;&lt;/span&gt;
</del><ins>+                                        &lt;span class=&quot;title&quot;&gt;&lt;?php _e( 'Design Officer', 'buddypress' ); ?&gt;&lt;/span&gt;
</ins><span class="cx">                                 &lt;/li&gt;
</span><span class="cx">                                 &lt;li class=&quot;wp-person&quot; id=&quot;wp-person-mercime&quot;&gt;
</span><span class="cx">                                         &lt;a href=&quot;http://profiles.wordpress.org/mercime&quot;&gt;&lt;img src=&quot;http://0.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=60&quot; class=&quot;gravatar&quot; alt=&quot;Mercime&quot; /&gt;&lt;/a&gt;
</span><span class="lines">@@ -535,59 +538,42 @@
</span><span class="cx">                                 &lt;/li&gt;
</span><span class="cx">                         &lt;/ul&gt;
</span><span class="cx"> 
</span><del>-                        &lt;h4 class=&quot;wp-people-group&quot;&gt;&lt;?php _e( 'Codex Rockstars', 'buddypress' ); ?&gt;&lt;/h4&gt;
-                        &lt;ul class=&quot;wp-people-group &quot; id=&quot;wp-people-group-codex-rockstars&quot;&gt;
-                                &lt;li class=&quot;wp-person&quot; id=&quot;wp-person-modemlooper&quot;&gt;
-                                        &lt;a href=&quot;http://profiles.wordpress.org/modemlooper&quot;&gt;&lt;img src=&quot;http://0.gravatar.com/avatar/1c07be1016e845de514931477c939307?s=60&quot; class=&quot;gravatar&quot; alt=&quot;Modemlooper&quot; /&gt;&lt;/a&gt;
-                                        &lt;a class=&quot;web&quot; href=&quot;http://profiles.wordpress.org/modemlooper&quot;&gt;Modemlooper&lt;/a&gt;
-                                        &lt;span class=&quot;title&quot;&gt;&lt;?php _e( 'Mobile Officer', 'buddypress' ); ?&gt;&lt;/span&gt;
-                                &lt;/li&gt;
-                                &lt;li class=&quot;wp-person&quot; id=&quot;wp-person-dennissmolek&quot;&gt;
-                                        &lt;a href=&quot;http://profiles.wordpress.org/dennissmolek&quot;&gt;&lt;img src=&quot;http://0.gravatar.com/avatar/015eeb0cebb40f949d0f317e2dfe66c3?s=60&quot; class=&quot;gravatar&quot; alt=&quot;Dennis Smolek&quot; /&gt;&lt;/a&gt;
-                                        &lt;a class=&quot;web&quot; href=&quot;http://profiles.wordpress.org/dennissmolek&quot;&gt;Dennis Smolek&lt;/a&gt;
-                                        &lt;span class=&quot;title&quot;&gt;&lt;/span&gt;
-                                &lt;/li&gt;
-                        &lt;/ul&gt;
-
</del><span class="cx">                         &lt;h4 class=&quot;wp-people-group&quot;&gt;&lt;?php _e( 'Core Contributors to BuddyPress 1.7', 'buddypress' ); ?&gt;&lt;/h4&gt;
</span><span class="cx">                         &lt;p class=&quot;wp-credits-list&quot;&gt;
</span><del>-                                &lt;a href=&quot;http://profiles.wordpress.org/alexvorn2&quot;&gt;alexvorn2&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/anointed&quot;&gt;anointed&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/chexee&quot;&gt;chexee&lt;/a&gt;,
</del><ins>+                                &lt;a href=&quot;http://profiles.wordpress.org/apeatling&quot;&gt;apeatling&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/borkweb&quot;&gt;borkweb&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/calin&quot;&gt;calin&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/chouf1&quot;&gt;chouf1&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/chrisclayton&quot;&gt;chrisclayton&lt;/a&gt;,
</ins><span class="cx">                                 &lt;a href=&quot;http://profiles.wordpress.org/cnorris23&quot;&gt;cnorris23&lt;/a&gt;,
</span><del>-                                &lt;a href=&quot;http://profiles.wordpress.org/DanielJuhl&quot;&gt;DanielJuhl&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/daveshine&quot;&gt;daveshine&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/dimadin&quot;&gt;dimadin&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/gawain&quot;&gt;gawain&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/iamzippy&quot;&gt;iamzippy&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/isaacchapman&quot;&gt;isaacchapman&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/jane&quot;&gt;jane&lt;/a&gt;,
</del><ins>+                                &lt;a href=&quot;http://profiles.wordpress.org/DennisSmolek&quot;&gt;DennisSmolek&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/Dianakc&quot;&gt;Dianakc&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/empireoflight&quot;&gt;empireoflight&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/enej&quot;&gt;enej&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/fanquake&quot;&gt;fanquake&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/gmax21&quot;&gt;gmax21&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/humanshell&quot;&gt;humanshell&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/imath&quot;&gt;imath&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/Jacek&quot;&gt;Jacek&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/jag1989&quot;&gt;jag1989&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/jbobich&quot;&gt;jbobich&lt;/a&gt;,
</ins><span class="cx">                                 &lt;a href=&quot;http://profiles.wordpress.org/jkudish&quot;&gt;jkudish&lt;/a&gt;,
</span><del>-                                &lt;a href=&quot;http://profiles.wordpress.org/mamaduka&quot;&gt;mamaduka&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/mercime&quot;&gt;mercime&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/mesayre&quot;&gt;mesayre&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/mordauk&quot;&gt;mordauk&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/MZAWeb&quot;&gt;MZAWeb&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/netweb&quot;&gt;netweb&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/nexia&quot;&gt;nexia&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/Omicron7&quot;&gt;Omicron7&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/otto42&quot;&gt;otto42&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/pavelevap&quot;&gt;pavelevap&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/plescheff&quot;&gt;plescheff&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/scribu&quot;&gt;scribu&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/sorich87&quot;&gt;sorich87&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/SteveAtty&quot;&gt;SteveAtty&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/tmoorewp&quot;&gt;tmoorewp&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/tott&quot;&gt;tott&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/tungdo&quot;&gt;tungdo&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/vibol&quot;&gt;vibol&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/wonderboymusic&quot;&gt;wonderboymusic&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/westi&quot;&gt;westi&lt;/a&gt;,
-                                &lt;a href=&quot;http://profiles.wordpress.org/xiosen&quot;&gt;xiosen&lt;/a&gt;,
</del><ins>+                                &lt;a href=&quot;http://profiles.wordpress.org/jpsb&quot;&gt;jpsb&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/magnus78&quot;&gt;magnus78&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/michael.ecklund&quot;&gt;michael.ecklund&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/modemlooper&quot;&gt;modemlooper&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/nacin&quot;&gt;nacin&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/rogercoathup&quot;&gt;rogercoathup&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/sboisvert&quot;&gt;sboisvert&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/sbrajesh&quot;&gt;sbrajesh&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/slaFFik&quot;&gt;slaFFik&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/steve7777&quot;&gt;steve7777&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/tiraeth&quot;&gt;tiraeth&lt;/a&gt;,
+                                &lt;a href=&quot;http://profiles.wordpress.org/wpdennis&quot;&gt;wpdennis&lt;/a&gt;.
</ins><span class="cx">                         &lt;/p&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;div class=&quot;return-to-dashboard&quot;&gt;
</span><del>-                                &lt;a href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-components' ), $this-&gt;settings_page ) ) ); ?&gt;&quot;&gt;&lt;?php _e( 'Go to Community Settings' ); ?&gt;&lt;/a&gt;
</del><ins>+                                &lt;a href=&quot;&lt;?php echo esc_url( bp_get_admin_url( add_query_arg( array( 'page' =&gt; 'bp-components' ), $this-&gt;settings_page ) ) ); ?&gt;&quot;&gt;&lt;?php _e( 'Go to Community Settings', 'buddypress' ); ?&gt;&lt;/a&gt;
</ins><span class="cx">                         &lt;/div&gt;
</span><span class="cx"> 
</span><span class="cx">                 &lt;/div&gt;
</span></span></pre>
</div>
</div>

</body>
</html>