<!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" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { 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 #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#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>
<title>[13827] trunk: Change @since 3.0 to @since 3.0.0.</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd><a href="http://trac.wordpress.org/changeset/13827">13827</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2010-03-26 19:13:36 +0000 (Fri, 26 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Change @since 3.0 to @since 3.0.0.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpadmincustombackgroundphp">trunk/wp-admin/custom-background.php</a></li>
<li><a href="#trunkwpadmincustomheaderphp">trunk/wp-admin/custom-header.php</a></li>
<li><a href="#trunkwpadminincludesclasswpupgraderphp">trunk/wp-admin/includes/class-wp-upgrader.php</a></li>
<li><a href="#trunkwpadminincludesfilephp">trunk/wp-admin/includes/file.php</a></li>
<li><a href="#trunkwpadminincludesmetaboxesphp">trunk/wp-admin/includes/meta-boxes.php</a></li>
<li><a href="#trunkwpadminincludesmsphp">trunk/wp-admin/includes/ms.php</a></li>
<li><a href="#trunkwpadminincludesschemaphp">trunk/wp-admin/includes/schema.php</a></li>
<li><a href="#trunkwpadminincludestemplatephp">trunk/wp-admin/includes/template.php</a></li>
<li><a href="#trunkwpadminincludesthemephp">trunk/wp-admin/includes/theme.php</a></li>
<li><a href="#trunkwpadminincludesupgradephp">trunk/wp-admin/includes/upgrade.php</a></li>
<li><a href="#trunkwpadminincludesuserphp">trunk/wp-admin/includes/user.php</a></li>
<li><a href="#trunkwpincludescapabilitiesphp">trunk/wp-includes/capabilities.php</a></li>
<li><a href="#trunkwpincludescommenttemplatephp">trunk/wp-includes/comment-template.php</a></li>
<li><a href="#trunkwpincludesl10nphp">trunk/wp-includes/l10n.php</a></li>
<li><a href="#trunkwpincludeslinktemplatephp">trunk/wp-includes/link-template.php</a></li>
<li><a href="#trunkwpincludesmediaphp">trunk/wp-includes/media.php</a></li>
<li><a href="#trunkwpincludesmsblogsphp">trunk/wp-includes/ms-blogs.php</a></li>
<li><a href="#trunkwpincludesmsloadphp">trunk/wp-includes/ms-load.php</a></li>
<li><a href="#trunkwpincludespluginphp">trunk/wp-includes/plugin.php</a></li>
<li><a href="#trunkwpincludespostphp">trunk/wp-includes/post.php</a></li>
<li><a href="#trunkwpincludestaxonomyphp">trunk/wp-includes/taxonomy.php</a></li>
<li><a href="#trunkwpincludesuserphp">trunk/wp-includes/user.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpadmincustombackgroundphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/custom-background.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/custom-background.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/custom-background.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * The custom background class.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Administration
</span><span class="cx">  */
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">          * Callback for header div.
</span><span class="cx">          *
</span><span class="cx">          * @var callback
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @access private
</span><span class="cx">          */
</span><span class="cx">         var $admin_image_div_callback;
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * PHP4 Constructor - Register administration header callback.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @param callback $admin_header_callback
</span><span class="cx">          * @param callback $admin_image_div_callback Optional custom image div output callback.
</span><span class="cx">          * @return Custom_Background
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Set up the hooks for the Custom Background admin page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function init() {
</span><span class="cx">                 if ( ! current_user_can('switch_themes') )
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Set up the enqueue for the CSS &amp; JavaScript files.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function admin_load() {
</span><span class="cx">                 wp_enqueue_script('custom-background');
</span><span class="lines">@@ -78,7 +78,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Execute custom background modification.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function take_action() {
</span><span class="cx"> 
</span><span class="lines">@@ -132,7 +132,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display the custom background page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function admin_page() {
</span><span class="cx"> ?&gt;
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Handle a Image upload for the background image.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function handle_upload() {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkwpadmincustomheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/custom-header.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/custom-header.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/custom-header.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -9,7 +9,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * The custom header image class.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Administration
</span><span class="cx">  */
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">          * Callback for administration header.
</span><span class="cx">          *
</span><span class="cx">          * @var callback
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @access private
</span><span class="cx">          */
</span><span class="cx">         var $admin_header_callback;
</span><span class="lines">@@ -28,7 +28,7 @@
</span><span class="cx">          * Callback for header div.
</span><span class="cx">          *
</span><span class="cx">          * @var callback
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @access private
</span><span class="cx">          */
</span><span class="cx">         var $admin_image_div_callback;
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * PHP4 Constructor - Register administration header callback.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @param callback $admin_header_callback
</span><span class="cx">          * @param callback $admin_image_div_callback Optional custom image div output callback.
</span><span class="cx">          * @return Custom_Image_Header
</span><span class="lines">@@ -51,7 +51,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Set up the hooks for the Custom Header admin page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function init() {
</span><span class="cx">                 if ( ! current_user_can('switch_themes') )
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Get the current step.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          *
</span><span class="cx">          * @return int Current step
</span><span class="cx">          */
</span><span class="lines">@@ -87,7 +87,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Set up the enqueue for the JavaScript files.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function js_includes() {
</span><span class="cx">                 $step = $this-&gt;step();
</span><span class="lines">@@ -115,7 +115,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Execute custom header modification.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function take_action() {
</span><span class="cx">                 if ( ! current_user_can('switch_themes') )
</span><span class="lines">@@ -210,7 +210,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Execute Javascript depending on step.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function js() {
</span><span class="cx">                 $step = $this-&gt;step();
</span><span class="lines">@@ -223,7 +223,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display Javascript based on Step 1.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function js_1() { ?&gt;
</span><span class="cx"> &lt;script type=&quot;text/javascript&quot;&gt;
</span><span class="lines">@@ -301,7 +301,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display Javascript based on Step 2.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function js_2() { ?&gt;
</span><span class="cx"> &lt;script type=&quot;text/javascript&quot;&gt;
</span><span class="lines">@@ -353,7 +353,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display first step of custom header image page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function step_1() {
</span><span class="cx">                 $this-&gt;process_default_headers();
</span><span class="lines">@@ -448,7 +448,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display second step of custom header image page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function step_2() {
</span><span class="cx">                 check_admin_referer('custom-header');
</span><span class="lines">@@ -528,7 +528,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display third step of custom header image page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function step_3() {
</span><span class="cx">                 check_admin_referer('custom-header');
</span><span class="lines">@@ -577,7 +577,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display last step of custom header image page.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function finished() {
</span><span class="cx">                 $_GET['updated'] = 1;
</span><span class="lines">@@ -587,7 +587,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Display the page based on the current step.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          */
</span><span class="cx">         function admin_page() {
</span><span class="cx">                 if ( ! current_user_can('switch_themes') )
</span></span></pre></div>
<a id="trunkwpadminincludesclasswpupgraderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/class-wp-upgrader.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/class-wp-upgrader.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/class-wp-upgrader.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -1035,7 +1035,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Upgrader
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  */
</span><span class="cx"> class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
</span><span class="cx">         var $in_loop = false;
</span></span></pre></div>
<a id="trunkwpadminincludesfilephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/file.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/file.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/file.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -550,7 +550,7 @@
</span><span class="cx">  * This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the ZipArchive class.
</span><span class="cx">  * Assumes that WP_Filesystem() has already been called and set up.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @see unzip_file
</span><span class="cx">  * @access private
</span><span class="cx">  *
</span><span class="lines">@@ -612,7 +612,7 @@
</span><span class="cx">  * This function should not be called directly, use unzip_file instead. Attempts to unzip an archive using the PclZip library.
</span><span class="cx">  * Assumes that WP_Filesystem() has already been called and set up.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @see unzip_file
</span><span class="cx">  * @access private
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkwpadminincludesmetaboxesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/meta-boxes.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/meta-boxes.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/meta-boxes.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -408,7 +408,7 @@
</span><span class="cx"> /** 
</span><span class="cx">  * Display comments for post table header
</span><span class="cx">  * 
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * 
</span><span class="cx">  * @param $result table header rows
</span><span class="cx">  * @return 
</span></span></pre></div>
<a id="trunkwpadminincludesmsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/ms.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/ms.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/ms.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Determine if uploaded file exceeds space quota.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param array $file $_FILES array for a given file.
</span><span class="cx">  * @return array $_FILES array with 'error' key set if file exceeds quota. 'error' is empty otherwise.
</span><span class="lines">@@ -39,7 +39,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Delete a blog
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param int $blog_id Blog ID
</span><span class="cx">  * @param bool $drop True if blog's table should be dropped.  Default is false.
</span><span class="lines">@@ -514,7 +514,8 @@
</span><span class="cx"> 
</span><span class="cx"> function format_code_lang( $code = '' ) {
</span><span class="cx">         $code = strtolower(substr($code, 0, 2));
</span><del>-        $lang_codes = array('aa' =&gt; 'Afar',  'ab' =&gt; 'Abkhazian',  'af' =&gt; 'Afrikaans',  'ak' =&gt; 'Akan',  'sq' =&gt; 'Albanian',  'am' =&gt; 'Amharic',  'ar' =&gt; 'Arabic',  'an' =&gt; 'Aragonese',  'hy' =&gt; 'Armenian',  'as' =&gt; 'Assamese',  'av' =&gt; 'Avaric',  'ae' =&gt; 'Avestan',  'ay' =&gt; 'Aymara',  'az' =&gt; 'Azerbaijani',  'ba' =&gt; 'Bashkir',  'bm' =&gt; 'Bambara',  'eu' =&gt; 'Basque',  'be' =&gt; 'Belarusian',  'bn' =&gt; 'Bengali',  'bh' =&gt; 'Bihari',  'bi' =&gt; 'Bislama',  'bs' =&gt; 'Bosnian',  'br' =&gt; 'Breton',  'bg' =&gt; 'Bulgarian',  'my' =&gt; 'Burmese',  'ca' =&gt; 'Catalan; Valencian',  'ch' =&gt; 'Chamorro',  'ce' =&gt; 'Chechen',  'zh' =&gt; 'Chinese',  'cu' =&gt; 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic',  'cv' =&gt; 'Chuvash',  'kw' =&gt; 'Cornish',  'co' =&gt; 'Corsican',  'cr' =&gt; 'Cree',  'cs' =&gt; 'Czech',  'da' =&gt; 'Danish',  'dv' =&gt; 'Divehi; Dhivehi; Maldivian',  'nl' =&gt; 'Dutch; Flemish',  'dz' =&gt; 'Dzongkha',  'en' =&gt; 'English',  'eo' =&gt; 'Esperanto',  'et' =&gt; 'Estonian',  'ee' =&gt; 'Ewe',  'fo' =&gt; 'Faroese',  'fj' =&gt; 'Fijian',  'fi' =&gt; 'Finnish',  'fr' =&gt; 'French',  'fy' =&gt; 'Western Frisian',  'ff' =&gt; 'Fulah',  'ka' =&gt; 'Georgian',  'de' =&gt; 'German',  'gd' =&gt; 'Gaelic; Scottish Gaelic',  'ga' =&gt; 'Irish',  'gl' =&gt; 'Galician',  'gv' =&gt; 'Manx',  'el' =&gt; 'Greek, Modern',  'gn' =&gt; 'Guarani',  'gu' =&gt; 'Gujarati',  'ht' =&gt; 'Haitian; Haitian Creole',  'ha' =&gt; 'Hausa',  'he' =&gt; 'Hebrew',  'hz' =&gt; 'Herero',  'hi' =&gt; 'Hindi',  'ho' =&gt; 'Hiri Motu',  'hu' =&gt; 'Hungarian',  'ig' =&gt; 'Igbo',  'is' =&gt; 'Icelandic',  'io' =&gt; 'Ido',  'ii' =&gt; 'Sichuan Yi',  'iu' =&gt; 'Inuktitut',  'ie' =&gt; 'Interlingue',  'ia' =&gt; 'Interlingua (International Auxiliary Language Association)',  'id' =&gt; 'Indonesian',  'ik' =&gt; 'Inupiaq',  'it' =&gt; 'Italian',  'jv' =&gt; 'Javanese',  'ja' =&gt; 'Japanese',  'kl' =&gt; 'Kalaallisut; Greenlandic',  'kn' =&gt; 'Kannada',  'ks' =&gt; 'Kashmiri',  'kr' =&gt; 'Kanuri',  'kk' =&gt; 'Kazakh',  'km' =&gt; 'Central Khmer',  'ki' =&gt; 'Kikuyu; Gikuyu',  'rw' =&gt; 'Kinyarwanda',  'ky' =&gt; 'Kirghiz; Kyrgyz',  'kv' =&gt; 'Komi',  'kg' =&gt; 'Kongo',  'ko' =&gt; 'Korean',  'kj' =&gt; 'Kuanyama; Kwanyama',  'ku' =&gt; 'Kurdish',  'lo' =&gt; 'Lao',  'la' =&gt; 'Latin',  'lv' =&gt; 'Latvian',  'li' =&gt; 'Limburgan; Limburger; Limburgish',  'ln' =&gt; 'Lingala',  'lt' =&gt; 'Lithuanian',  'lb' =&gt; 'Luxembourgish; Letzeburgesch',  'lu' =&gt; 'Luba-Katanga',  'lg' =&gt; 'Ganda',  'mk' =&gt; 'Macedonian',  'mh' =&gt; 'Marshallese',  'ml' =&gt; 'Malayalam',  'mi' =&gt; 'Maori',  'mr' =&gt; 'Marathi',  'ms' =&gt; 'Malay',  'mg' =&gt; 'Malagasy',  'mt' =&gt; 'Maltese',  'mo' =&gt; 'Moldavian',  'mn' =&gt; 'Mongolian',  'na' =&gt; 'Nauru',  'nv' =&gt; 'Navajo; Navaho',  'nr' =&gt; 'Ndebele, South; South Ndebele',  'nd' =&gt; 'Ndebele, North; North Ndebele',  'ng' =&gt; 'Ndonga',  'ne' =&gt; 'Nepali',  'nn' =&gt; 'Norwegian Nynorsk; Nynorsk, Norwegian',  'nb' =&gt; 'Bokmål, Norwegian, Norwegian Bokmål',  'no' =&gt; 'Norwegian',  'ny' =&gt; 'Chichewa; Chewa; Nyanja',  'oc' =&gt; 'Occitan, Provençal',  'oj' =&gt; 'Ojibwa',  'or' =&gt; 'Oriya',  'om' =&gt; 'Oromo',  'os' =&gt; 'Ossetian; Ossetic',  'pa' =&gt; 'Panjabi; Punjabi',  'fa' =&gt; 'Persian',  'pi' =&gt; 'Pali',  'pl' =&gt; 'Polish',  'pt' =&gt; 'Portuguese',  'ps' =&gt; 'Pushto',  'qu' =&gt; 'Quechua',  'rm' =&gt; 'Romansh',  'ro' =&gt; 'Romanian',  'rn' =&gt; 'Rundi',  'ru' =&gt; 'Russian',  'sg' =&gt; 'Sango',  'sa' =&gt; 'Sanskrit',  'sr' =&gt; 'Serbian',  'hr' =&gt; 'Croatian',  'si' =&gt; 'Sinhala; Sinhalese',  'sk' =&gt; 'Slovak',  'sl' =&gt; 'Slovenian',  'se' =&gt; 'Northern Sami',  'sm' =&gt; 'Samoan',  'sn' =&gt; 'Shona',  'sd' =&gt; 'Sindhi',  'so' =&gt; 'Somali',  'st' =&gt; 'Sotho, Southern',  'es' =&gt; 'Spanish; Castilian',  'sc' =&gt; 'Sardinian',  'ss' =&gt; 'Swati',  'su' =&gt; 'Sundanese',  'sw' =&gt; 'Swahili',  'sv' =&gt; 'Swedish',  'ty' =&gt; 'Tahitian',  'ta' =&gt; 'Tamil',  'tt' =&gt; 'Tatar',  'te' =&gt; 'Telugu',  'tg' =&gt; 'Tajik',  'tl' =&gt; 'Tagalog',  'th' =&gt; 'Thai',  'bo' =&gt; 'Tibetan',  'ti' =&gt; 'Tigrinya',  'to' =&gt; 'Tonga (Tonga Islands)',  'tn' =&gt; 'Tswana',  'ts' =&gt; 'Tsonga',  'tk' =&gt; 'Turkmen',  'tr' =&gt; 'Turkish',  'tw' =&gt; 'Twi',  'ug' =&gt; 'Uighur; Uyghur',  'uk' =&gt; 'Ukrainian',  'ur' =&gt; 'Urdu',  'uz' =&gt; 'Uzbek',  've' =&gt; 'Venda',  'vi' =&gt; 'Vietnamese',  'vo' =&gt; 'Volapük',  'cy' =&gt; 'Welsh',  'wa' =&gt; 'Walloon',  'wo' =&gt; 'Wolof',  'xh' =&gt; 'Xhosa',  'yi' =&gt; 'Yiddish',  'yo' =&gt; 'Yoruba',  'za' =&gt; 'Zhuang; Chuang',  'zu' =&gt; 'Zulu');
</del><ins>+        $lang_codes = array('aa' =&gt; 'Afar',  'ab' =&gt; 'Abkhazian',  'af' =&gt; 'Afrikaans',  'ak' =&gt; 'Akan',  'sq' =&gt; 'Albanian',  'am' =&gt; 'Amharic',  'ar' =&gt; 'Arabic',  'an' =&gt; 'Aragonese',  'hy' =&gt; 'Armenian',  'as' =&gt; 'Assamese',  'av' =&gt; 'Avaric',  'ae' =&gt; 'Avestan',  'ay' =&gt; 'Aymara',  'az' =&gt; 'Azerbaijani',  'ba' =&gt; 'Bashkir',  'bm' =&gt; 'Bambara',  'eu' =&gt; 'Basque',  'be' =&gt; 'Belarusian',  'bn' =&gt; 'Bengali',  'bh' =&gt; 'Bihari',  'bi' =&gt; 'Bislama',  'bs' =&gt; 'Bosnian',  'br' =&gt; 'Breton',  'bg' =&gt; 'Bulgarian',  'my' =&gt; 'Burmese',  'ca' =&gt; 'Catalan; Valencian',  'ch' =&gt; 'Chamorro',  'ce' =&gt; 'Chechen',  'zh' =&gt; 'Chinese',  'cu' =&gt; 'Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic',  'cv' =&gt; 'Chuvash',  'kw' =&gt; 'Cornish',  'co' =&gt; 'Corsican',  'cr' =&gt; 'Cree',  'cs' =&gt; 'Czech',  'da' =&gt; 'Danish',  'dv' =&gt; 'Divehi; Dhivehi; Maldivian',  'nl' =&gt; 'Dutch; Flemish',  'dz' =&gt; 'Dzongkha',  'en' =&gt; 'English',  'eo' =&gt; 'Esperanto',  'et' =&gt; 'Estonian',  'ee' =&gt; 'Ewe',  'fo' =&gt; 'Faroese',  'fj' =&gt; 'Fijian',  'fi' =&gt; 'Finnish',  'fr' =&gt; 'French',  'fy' =&gt; 'Western Frisian',  'ff' =&gt; 'Fulah',  'ka' =&gt; 'Georgian',  'de' =&gt; 'German',  'gd' =&gt; 'Gaelic; Scottish Gaelic',  'ga' =&gt; 'Irish',  'gl' =&gt; 'Galician',  'gv' =&gt; 'Manx',  'el' =&gt; 'Greek, Modern',  'gn' =&gt; 'Guarani',  'gu' =&gt; 'Gujarati',  'ht' =&gt; 'Haitian; Haitian Creole',  'ha' =&gt; 'Hausa',  'he' =&gt; 'Hebrew',  'hz' =&gt; 'Herero',  'hi' =&gt; 'Hindi',  'ho' =&gt; 'Hiri Motu',  'hu' =&gt; 'Hungarian',  'ig' =&gt; 'Igbo',  'is' =&gt; 'Icelandic',  'io' =&gt; 'Ido',  'ii' =&gt; 'Sichuan Yi',  'iu' =&gt; 'Inuktitut',  'ie' =&gt; 'Interlingue',  'ia' =&gt; 'Interlingua (International Auxiliary Language Association)',  'id' =&gt; 'Indonesian',  'ik' =&gt; 'Inupiaq',  'it' =&gt; 'Italian',  'jv' =&gt; 'Javanese',  'ja' =&gt; 'Japanese',  'kl' =&gt; 'Kalaallisut; Greenlandic',  'kn' =&gt; 'Kannada',  'ks' =&gt; 'Kashmiri',  'kr' =&gt; 'Kanuri',  'kk' =&gt; 'Kazakh',  'km' =&gt; 'Central Khmer',  'ki' =&gt; 'Kikuyu; Gikuyu',  'rw' =&gt; 'Kinyarwanda',  'ky' =&gt; 'Kirghiz; Kyrgyz',  'kv' =&gt; 'Komi',  'kg' =&gt; 'Kongo',  'ko' =&gt; 'Korean',  'kj' =&gt; 'Kuanyama; Kwanyama',  'ku' =&gt; 'Kurdish',  'lo' =&gt; 'Lao',  'la' =&gt; 'Latin',  'lv' =&gt; 'Latvian',  'li' =&gt; 'Limburgan; Limburger; Limburgish',  'ln' =&gt; 'Lingala',  'lt' =&gt; 'Lithuanian',  'lb' =&gt; 'Luxembourgish; Letzeburgesch',  'lu' =&gt; 'Luba-Katanga',  'lg' =&gt; 'Ganda',  'mk' =&gt; 'Macedonian',  'mh' =&gt; 'Marshallese',  'ml' =&gt; 'Malayalam',  'mi' =&gt; 'Maori',  'mr' =&gt; 'Marathi',  'ms' =&gt; 'Malay',  'mg' =&gt; 'Malagasy',  'mt' =&gt; 'Maltese',  'mo' =&gt; 'Moldavian',  'mn' =&gt; 'Mongolian',  'na' =&gt; 'Nauru',  'nv' =&gt; 'Navajo; Navaho',  'nr' =&gt; 'Ndebele, South; South Ndebele',  'nd' =&gt; 'Ndebele, North; North Ndebele',  'ng' =&gt; 'Ndonga',  'ne' =&gt; 'Nepali',  'nn' =&gt; 'Norwegian Nynorsk; Nynorsk, Norwegian',  'nb' =&gt; 'Bokmål, Norwegian, Norwegian Bokmål',  'no' =&gt; 'Norwegian',  'ny' =&gt; 'Chichewa; Chewa; Nyanja',  'oc' =&gt; 'Occitan, Provençal',  'oj' =&gt; 'Ojibwa',  'or' =&gt; 'Oriya',  'om' =&gt; 'Oromo',  'os' =&gt; 'Ossetian; Ossetic',  'pa' =&gt; 'Panjabi; Punjabi',  'fa' =&gt; 'Persian',  'pi' =&gt; 'Pali',  'pl' =&gt; 'Polish',  'pt' =&gt; 'Portuguese',  'ps' =&gt; 'Pushto',  'qu' =&gt; 'Quechua',  'rm' =&gt; 'Romansh',  'ro' =&gt; 'Romanian',  'rn' =&gt; 'Rundi',  'ru' =&gt; 'Russian',  'sg' =&gt; 'Sango',  'sa' =&gt; 'Sanskrit',  'sr' =&gt; 'Serbian',  'hr' =&gt; 'Croatian',  'si' =&gt; 'Sinhala; Sinhalese',  'sk' =&gt; 'Slovak',  'sl' =&gt; 'Slovenian',  'se' =&gt; 'Northern Sami',  'sm' =&gt; 'Samoan',  'sn' =&gt; 'Shona',  'sd' =&gt; 'Sindhi',  'so' =&gt; 'Somali',  'st' =&gt; 'Sotho, Southern',  'es' =&gt; 'Spanish; Castilian',  'sc' =&gt; 'Sardinian',  'ss' =&gt; 'Swati',  'su' =&gt; 'Sundanese',  'sw' =&gt; 'Swahili',  'sv' =&gt; 'Swedish',  'ty' =&gt; 'Tahitian',  'ta' =&gt; 'Tamil',  'tt' =&gt; 'Tatar',  'te' =&gt; 'Telugu',  'tg' =&gt; 'Tajik',  'tl' =&gt; 'Tagalog',  'th' =&gt; 'Thai',  'bo' =&gt; 'Tibetan',  'ti' =&gt; 'Tigrinya',  'to' =&gt; 'Tonga (Tonga Islands)',  'tn' =&gt; 'Tswana',  'ts' =&gt; 'Tsonga',  'tk' =&gt; 'Turkmen',  'tr' =&gt; 'Turkish',  'tw' =&gt; 'Twi',  'ug' =&gt; 'Uighur; Uyghur',  'uk' =&gt; 'Ukrainian',  'ur' =&gt; 'Urdu',  'uz' =&gt; 'Uzbek',  've' =&gt; 'Venda',  'vi' =&gt; 'Vietnamese',  'vo' =&gt; 'Volapük',  'cy' =&gt; 'Welsh',  'wa' =&gt; 'Walloon'
+,  'wo' =&gt; 'Wolof',  'xh' =&gt; 'Xhosa',  'yi' =&gt; 'Yiddish',  'yo' =&gt; 'Yoruba',  'za' =&gt; 'Zhuang; Chuang',  'zu' =&gt; 'Zulu');
</ins><span class="cx">         $lang_codes = apply_filters('lang_codes', $lang_codes, $code);
</span><span class="cx">         return strtr( $code, $lang_codes );
</span><span class="cx"> }
</span><span class="lines">@@ -756,7 +757,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Outputs the notice message for multisite regarding activation of plugin page.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @return none
</span><span class="cx">  */
</span><span class="cx"> function _admin_notice_multisite_activate_plugins_page() {
</span></span></pre></div>
<a id="trunkwpadminincludesschemaphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/schema.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/schema.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/schema.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -600,7 +600,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Create and modify WordPress roles for WordPress 3.0.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  */
</span><span class="cx"> function populate_roles_300() {
</span><span class="cx">         $role =&amp; get_role( 'administrator' );
</span><span class="lines">@@ -615,7 +615,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * populate network settings
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param int $network_id id of network to populate
</span><span class="cx">  * @return bool|WP_Error True on success, or WP_Error on warning (with the install otherwise successful,
</span></span></pre></div>
<a id="trunkwpadminincludestemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/template.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/template.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/template.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -3879,7 +3879,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Set the current screen object
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @uses $current_screen
</span><span class="cx">  *
</span></span></pre></div>
<a id="trunkwpadminincludesthemephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/theme.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/theme.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/theme.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -120,7 +120,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Get the allowed themes for the current blog.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @uses get_themes()
</span><span class="cx">  * @uses current_theme_info()
</span></span></pre></div>
<a id="trunkwpadminincludesupgradephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/upgrade.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/upgrade.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/upgrade.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -1858,7 +1858,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Install Network.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> if ( !function_exists( 'install_network' ) ) :
</span><span class="lines">@@ -1954,7 +1954,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Install global terms.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  */
</span><span class="cx"> if ( !function_exists( 'install_global_terms' ) ) :
</span></span></pre></div>
<a id="trunkwpadminincludesuserphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-admin/includes/user.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-admin/includes/user.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-admin/includes/user.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -573,7 +573,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * {@internal Missing Description}}
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @access private
</span><span class="cx">          * @var string
</span><span class="cx">          */
</span><span class="lines">@@ -582,7 +582,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * {@internal Missing Description}}
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @access private
</span><span class="cx">          * @var string
</span><span class="cx">          */
</span><span class="lines">@@ -591,7 +591,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * {@internal Missing Description}}
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          * @access private
</span><span class="cx">          * @var string
</span><span class="cx">          */
</span></span></pre></div>
<a id="trunkwpincludescapabilitiesphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/capabilities.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/capabilities.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/capabilities.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -763,7 +763,7 @@
</span><span class="cx">         /**
</span><span class="cx">          * Set the blog to operate on. Defaults to the current blog.
</span><span class="cx">          *
</span><del>-         * @since 3.0
</del><ins>+         * @since 3.0.0
</ins><span class="cx">          *
</span><span class="cx">          * @param int $blog_id Optional Blog ID, defaults to current blog.
</span><span class="cx">          */
</span><span class="lines">@@ -1153,7 +1153,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Determine if user is a site admin.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param int $user_id (Optional) The ID of a user. Defaults to the current user.
</span><span class="cx">  * @return bool True if the user is a site admin.
</span></span></pre></div>
<a id="trunkwpincludescommenttemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/comment-template.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/comment-template.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/comment-template.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -1451,7 +1451,7 @@
</span><span class="cx">  * a filter of the form comments_form_field_$name where $name is the key used
</span><span class="cx">  * in the array of fields.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @param array $args Options for strings, fields etc in the form
</span><span class="cx">  * @param mixed $post_id Post ID to generate the form for, uses the current post if null
</span><span class="cx">  * @return void
</span></span></pre></div>
<a id="trunkwpincludesl10nphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/l10n.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/l10n.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/l10n.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -387,7 +387,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Load the translated strings for a plugin residing in the mu-plugins dir.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param string $domain Unique identifier for retrieving translated strings
</span><span class="cx">  */
</span></span></pre></div>
<a id="trunkwpincludeslinktemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/link-template.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/link-template.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/link-template.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -2040,7 +2040,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Prints the ajax url on the front end
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  **/
</span><span class="cx"> function _wp_ajaxurl() {
</span><span class="cx">         echo '&lt;script type=&quot;text/javascript&quot;&gt;',
</span><span class="lines">@@ -2051,7 +2051,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Hooks _wp_ajaxurl() to wp_head
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  **/
</span><span class="cx"> function wp_ajaxurl() {
</span><span class="cx">         add_action('wp_head', '_wp_ajaxurl', 1);
</span></span></pre></div>
<a id="trunkwpincludesmediaphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/media.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/media.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/media.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -514,7 +514,7 @@
</span><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * Get the available image sizes
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @return array Returns a filtered array of image size strings
</span><span class="cx">  */
</span><span class="cx"> function get_intermediate_image_sizes() {
</span></span></pre></div>
<a id="trunkwpincludesmsblogsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/ms-blogs.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/ms-blogs.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/ms-blogs.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -73,7 +73,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Retrieve the details for a blog from the blogs table and blog options.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @param int|string|array $fields A blog ID, a blog name, or an array of fields to query against.
</span><span class="cx">  * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true.
</span><span class="cx">  * @return object Blog details.
</span><span class="lines">@@ -183,7 +183,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Clear the blog details cache.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param int $blog_id Blog ID
</span><span class="cx">  */
</span><span class="lines">@@ -201,7 +201,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Update the details for a blog. Updates the blogs table for a given blog id.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param int $blog_id Blog ID
</span><span class="cx">  * @param array $details Array of details keyed by blogs table field names.
</span><span class="lines">@@ -477,7 +477,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Update a blog details field.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @param int $blog_id BLog ID
</span><span class="cx">  * @param string $pref A field name
</span></span></pre></div>
<a id="trunkwpincludesmsloadphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/ms-load.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/ms-load.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/ms-load.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Whether a subdomain configuration is enabled.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @return bool True if subdomain configuration is enabled, false otherwise.
</span><span class="cx">  */
</span><span class="lines">@@ -209,4 +209,4 @@
</span><span class="cx">         $msg .= '&lt;p&gt;' . /*WP_I18N_MS_FORUMS*/'If you suspect a problem please report it to the support forums but you must include the information asked for in the &lt;a target=&quot;_blank&quot; href=&quot;http://codex.wordpress.org/Debugging_WPMU&quot;&gt;WPMU bug reporting guidelines&lt;/a&gt;!'/*/WP_I18N_MS_FORUMS*/ . '&lt;/p&gt;';
</span><span class="cx"> 
</span><span class="cx">         die( $msg );
</span><del>-}
</del><span class="cx">\ No newline at end of file
</span><ins>+}
</ins></span></pre></div>
<a id="trunkwpincludespluginphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/plugin.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/plugin.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/plugin.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -181,7 +181,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Plugin
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @global array $wp_filter Stores all of the filters
</span><span class="cx">  * @global array $merged_filters Merges the filter hooks using this function.
</span><span class="cx">  * @global array $wp_current_filter stores the list of current filters with the current one last
</span></span></pre></div>
<a id="trunkwpincludespostphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/post.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/post.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/post.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -529,7 +529,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Post
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses $wp_post_statuses Inserts new post status object into the list
</span><span class="cx">  *
</span><span class="cx">  * @param string $post_status Name of the post status.
</span><span class="lines">@@ -595,7 +595,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Post
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses $wp_post_statuses
</span><span class="cx">  * @see register_post_status
</span><span class="cx">  * @see get_post_statuses
</span><span class="lines">@@ -617,7 +617,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Post
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses $wp_post_statuses
</span><span class="cx">  * @see register_post_status
</span><span class="cx">  * @see get_post_status_object
</span><span class="lines">@@ -690,7 +690,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Post
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses $wp_post_types
</span><span class="cx">  * @see register_post_type
</span><span class="cx">  * @see get_post_types
</span><span class="lines">@@ -878,7 +878,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Register support of certain features for a post type.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @param string $post_type The post type for which to add the feature
</span><span class="cx">  * @param string|array $feature the feature being added, can be an array of feature strings or a single string
</span><span class="cx">  */
</span><span class="lines">@@ -897,7 +897,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Remove support for a feature from a post type.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @param string $post_type The post type for which to remove the feature
</span><span class="cx">  * @param string $feature The feature being removed
</span><span class="cx">  */
</span><span class="lines">@@ -914,7 +914,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Checks a post type's support for a given feature
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @param string $post_type The post type being checked
</span><span class="cx">  * @param string $feature the feature being checked
</span><span class="cx">  * @return boolean
</span><span class="lines">@@ -4006,7 +4006,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Cache
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  *
</span><span class="cx">  * @uses do_action() Calls 'clean_attachment_cache' on $id.
</span><span class="cx">  *
</span><span class="lines">@@ -4585,4 +4585,4 @@
</span><span class="cx"> 
</span><span class="cx">                 add_filter('the_preview', '_set_preview');
</span><span class="cx">         }
</span><del>-}
</del><span class="cx">\ No newline at end of file
</span><ins>+}
</ins></span></pre></div>
<a id="trunkwpincludestaxonomyphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/taxonomy.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/taxonomy.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/taxonomy.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -304,7 +304,7 @@
</span><span class="cx">  *
</span><span class="cx">  * @package WordPress
</span><span class="cx">  * @subpackage Taxonomy
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses $wp_taxonomies Modifies taxonomy object
</span><span class="cx">  *
</span><span class="cx">  * @param string $taxonomy Name of taxonomy object
</span><span class="lines">@@ -2566,7 +2566,7 @@
</span><span class="cx"> /**
</span><span class="cx">  * Determine if the given object type is associated with the given taxonomy.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses get_object_taxonomies()
</span><span class="cx">  *
</span><span class="cx">  * @param string $object_type Object type string
</span></span></pre></div>
<a id="trunkwpincludesuserphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/user.php (13826 => 13827)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/user.php        2010-03-26 18:40:29 UTC (rev 13826)
+++ trunk/wp-includes/user.php        2010-03-26 19:13:36 UTC (rev 13827)
</span><span class="lines">@@ -384,7 +384,7 @@
</span><span class="cx">  *
</span><span class="cx">  * If the meta field for the user does not exist, it will be added.
</span><span class="cx">  *
</span><del>- * @since 3.0
</del><ins>+ * @since 3.0.0
</ins><span class="cx">  * @uses update_metadata
</span><span class="cx">  * @link http://codex.wordpress.org/Function_Reference/update_user_meta
</span><span class="cx">  *
</span></span></pre>
</div>
</div>

</body>
</html>