<!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>[24624] branches/iis/tbex.xml: Microsoft package: Remove duplicates from tbex file.</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 { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { 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://core.trac.wordpress.org/changeset/24624">24624</a></dd>
<dt>Author</dt> <dd>nacin</dd>
<dt>Date</dt> <dd>2013-07-10 03:43:23 +0000 (Wed, 10 Jul 2013)</dd>
</dl>

<h3>Log Message</h3>
<pre>Microsoft package: Remove duplicates from tbex file. fixes <a href="http://core.trac.wordpress.org/ticket/23567">#23567</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branchesiistbexxml">branches/iis/tbex.xml</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branchesiistbexxml"></a>
<div class="modfile"><h4>Modified: branches/iis/tbex.xml (24623 => 24624)</h4>
<pre class="diff"><span>
<span class="info">--- branches/iis/tbex.xml    2013-07-10 03:34:35 UTC (rev 24623)
+++ branches/iis/tbex.xml       2013-07-10 03:43:23 UTC (rev 24624)
</span><span class="lines">@@ -457,7 +457,7 @@
</span><span class="cx">         <description>Retrieve URL for an attachment thumbnail. </description>
</span><span class="cx">         <signature>wp_get_attachment_thumb_url( $post_id ); </signature>
</span><span class="cx">         <docrelurl>wp_get_attachment_thumb_url</docrelurl>
</span><del>-      </item>  
</del><ins>+      </item>
</ins><span class="cx">         <item name= "wp_get_attachment_url">
</span><span class="cx">           <description>Returns a full URI for an attachment file or false on failure. </description>
</span><span class="cx">           <signature>wp_get_attachment_url( $id ); </signature>
</span><span class="lines">@@ -579,11 +579,6 @@
</span><span class="cx">           <signature>get_all_category_ids() </signature>
</span><span class="cx">           <docrelurl>get_all_category_ids</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "get_ancestors">
-          <description>Returns an array containing the parents of the given object. </description>
-          <signature>get_ancestors( 208, 'category' ); </signature>
-          <docrelurl>get_ancestors</docrelurl>
-        </item>
</del><span class="cx">         <item name= "get_cat_ID">
</span><span class="cx">           <description>Retrieve the ID of a category from its name. </description>
</span><span class="cx">           <signature>get_cat_ID( $cat_name ) </signature>
</span><span class="lines">@@ -613,25 +608,6 @@
</span><span class="cx">           </signature>
</span><span class="cx">           <docrelurl>get_categories</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "get_categories">
-          <description>Returns an array of category objects matching the query parameters. Arguments are pretty much the same as wp_list_categories and can be passed as either array or in query syntax. </description>
-          <signature>
-            $args = array(
-            'type'                     => 'post',
-            'child_of'                 => 0,
-            'parent'                   => '',
-            'orderby'                  => 'name',
-            'order'                    => 'ASC',
-            'hide_empty'               => 1,
-            'hierarchical'             => 1,
-            'exclude'                  => '',
-            'include'                  => '',
-            'number'                   => '',
-            'taxonomy'                 => 'category',
-            'pad_counts'               => false );
-          </signature>
-          <docrelurl>get_categories</docrelurl>
-        </item>
</del><span class="cx">         <item name= "get_category">
</span><span class="cx">           <description>Retrieves category data given a category ID or category object. If you pass the $category parameter an object, which is assumed to be the category row object retrieved the database. It will cache the category data. If you pass $category an integer of the category ID, then that category will be retrieved from the database, if it isn't already cached, and pass it back. If you look at get_term(), then both types will be passed through several filters and finally sanitized based on the $filter parameter value. The category will converted to maintain backwards compatibility. Note: use get_term() to get Link Categories based on their ID's. get_category only returns Post Categories. </description>
</span><span class="cx">           <signature>get_category( $category, $output, $filter ) </signature>
</span><span class="lines">@@ -939,11 +915,6 @@
</span><span class="cx">           <signature></signature>
</span><span class="cx">           <docrelurl>add_role</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "add_role">
-          <description>Adds a new Role to WordPress. </description>
-          <signature></signature>
-          <docrelurl>add_role</docrelurl>
-        </item>
</del><span class="cx">         <item name= "author_can">
</span><span class="cx">           <description>Whether author of supplied post has capability or role. </description>
</span><span class="cx">           <signature></signature>
</span><span class="lines">@@ -978,20 +949,6 @@
</span><span class="cx">           </signature>
</span><span class="cx">           <docrelurl>get_super_admins</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "get_super_admins">
-          <description>Retrieve a list of super admins. Uses $super_admins Super admins global variable, if set. </description>
-          <signature>
-            $super_admins = get_super_admins();
-            echo 'List of super-admin users:<ul>
-              ';
-              foreach ($super_admins as $admin) {
-              echo '<li>' . $admin . '</li>';
-              }
-              echo '
-            </ul>';
-          </signature>
-          <docrelurl>get_super_admins</docrelurl>
-        </item>
</del><span class="cx">         <item name= "is_super_admin">
</span><span class="cx">           <description>Determine if user is a network (super) admin. </description>
</span><span class="cx">           <signature></signature>
</span><span class="lines">@@ -1082,16 +1039,6 @@
</span><span class="cx">           </signature>
</span><span class="cx">           <docrelurl>get_userdata</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "get_userdata">
-          <description>Returns a WP_User object with the information pertaining to the user whose ID is passed to it. Properties map directly to wp_users and wp_usermeta tables in the database (see Database Description). If the user does not exist, the function returns false. An alias of get_user_by('id'). </description>
-          <signature>
-            $user_info = get_userdata(1);
-            echo 'Username: ' . $user_info->user_login . "\n";
-            echo 'User level: ' . $user_info->user_level . "\n";
-            echo 'User ID: ' . $user_info->ID . "\n";
-          </signature>
-          <docrelurl>get_userdata</docrelurl>
-        </item>
</del><span class="cx">         <item name= "get_usernumposts">
</span><span class="cx">           <description>Returns the post count for the user whose ID is passed to it. Properties map directly to the wp_posts table in the database (see Database Description). </description>
</span><span class="cx">           <signature>echo 'Posts made: ' . get_usernumposts(1); </signature>
</span><span class="lines">@@ -1107,11 +1054,6 @@
</span><span class="cx">           <signature>set_current_user( $id, $name ) </signature>
</span><span class="cx">           <docrelurl>set_current_user</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "set_current_user">
-          <description>This function can be replaced via plugins. If plugins do not redefine these functions, then this will be used instead. Changes the current user by ID or name. Set $id to null and specify a name if you do not know a user's ID. </description>
-          <signature>set_current_user( $id, $name ) </signature>
-          <docrelurl>set_current_user</docrelurl>
-        </item>
</del><span class="cx">         <item name= "user_pass_ok">
</span><span class="cx">           <description>Check that the user login name and password is correct. </description>
</span><span class="cx">           <signature>user_pass_ok( $user_login, $user_pass ) </signature>
</span><span class="lines">@@ -1672,7 +1614,7 @@
</span><span class="cx">           <description>Executes a hook created by add_action. </description>
</span><span class="cx">           <signature>do_action( 'i_am_hook', $a, $b );</signature>
</span><span class="cx">           <docrelurl>do_action</docrelurl>
</span><del>-        </item>      
</del><ins>+        </item>
</ins><span class="cx">         <item name= "do_action_ref_array">
</span><span class="cx">           <description>Execute functions hooked on a specific action hook, specifying arguments in an array. This function is identical to do_action, but the arguments passed to the functions hooked to $tag are supplied using an array. </description>
</span><span class="cx">           <signature></signature>
</span><span class="lines">@@ -2722,21 +2664,6 @@
</span><span class="cx">           <signature>$wp_admin_bar->get_nodes(); </signature>
</span><span class="cx">           <docrelurl>get_nodes</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "get_nodes">
-          <description>This function returns an array of all the Toolbar items on the current page. Toolbar items are also called "nodes". The Toolbar replaces the Admin Bar since WordPress Version 3.3. note: This function is a method of the WP_Admin_Bar class and $wp_admin_bar global object, which may not exist except during the 'admin_bar_menu' or 'wp_before_admin_bar_render' hooks. </description>
-          <signature>$wp_admin_bar->get_nodes(); </signature>
-          <docrelurl>get_nodes</docrelurl>
-        </item>
-        <item name= "get_nodes">
-          <description>This function returns an array of all the Toolbar items on the current page. Toolbar items are also called "nodes". The Toolbar replaces the Admin Bar since WordPress Version 3.3. note: This function is a method of the WP_Admin_Bar class and $wp_admin_bar global object, which may not exist except during the 'admin_bar_menu' or 'wp_before_admin_bar_render' hooks. </description>
-          <signature>$wp_admin_bar->get_nodes(); </signature>
-          <docrelurl>get_nodes</docrelurl>
-        </item>
-        <item name= "get_nodes">
-          <description>This function returns an array of all the Toolbar items on the current page. Toolbar items are also called "nodes". The Toolbar replaces the Admin Bar since WordPress Version 3.3. note: This function is a method of the WP_Admin_Bar class and $wp_admin_bar global object, which may not exist except during the 'admin_bar_menu' or 'wp_before_admin_bar_render' hooks. </description>
-          <signature>$wp_admin_bar->get_nodes(); </signature>
-          <docrelurl>get_nodes</docrelurl>
-        </item>
</del><span class="cx">         <item name= "checked">
</span><span class="cx">           <description>Compares two given values (for example, a saved option vs. one chosen in a form) and, if the values are the same, adds the checked attribute to the current radio button or checkbox. This is essentially the same as comparing values with if(), but results in more concise code. </description>
</span><span class="cx">           <signature></signature>
</span><span class="lines">@@ -2752,21 +2679,6 @@
</span><span class="cx">           <signature></signature>
</span><span class="cx">           <docrelurl>selected</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "selected">
-          <description>For use in dropdown form fields. Compares two given values (for example, a saved option vs. one chosen in a form) and, if the values are the same, adds the selected attribute to the current option tag. </description>
-          <signature></signature>
-          <docrelurl>selected</docrelurl>
-        </item>
-        <item name= "selected">
-          <description>For use in dropdown form fields. Compares two given values (for example, a saved option vs. one chosen in a form) and, if the values are the same, adds the selected attribute to the current option tag. </description>
-          <signature></signature>
-          <docrelurl>selected</docrelurl>
-        </item>
-        <item name= "selected">
-          <description>For use in dropdown form fields. Compares two given values (for example, a saved option vs. one chosen in a form) and, if the values are the same, adds the selected attribute to the current option tag. </description>
-          <signature></signature>
-          <docrelurl>selected</docrelurl>
-        </item>
</del><span class="cx">         <item name= "check_admin_referer">
</span><span class="cx">           <description>Tests if the current request was referred from an admin page, or (given $action parameter) if the current request carries a valid nonce. Used to avoid security exploits. </description>
</span><span class="cx">           <signature>check_admin_referer( $action, $query_arg ); </signature>
</span><span class="lines">@@ -2842,11 +2754,6 @@
</span><span class="cx">           <signature>xmlrpc_removepostdata( $content ) </signature>
</span><span class="cx">           <docrelurl>xmlrpc_removepostdata</docrelurl>
</span><span class="cx">         </item>
</span><del>-        <item name= "user_pass_ok">
-          <description>Check that the user login name and password is correct. </description>
-          <signature>user_pass_ok( $user_login, $user_pass ) </signature>
-          <docrelurl>user_pass_ok</docrelurl>
-        </item>
</del><span class="cx">         <item name= "__">
</span><span class="cx">           <description>Retrieves the translated string from the translate(). </description>
</span><span class="cx">           <signature>$translated_text = __( $text, $domain ); </signature>
</span></span></pre>
</div>
</div>

</body>
</html>