<!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>[32614] trunk/src/wp-includes/pluggable.php: Add missing doc blocks for `pluggable.php`.</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" style="font-size: 105%">
<dt style="float: left; width: 6em; font-weight: bold">Revision</dt> <dd><a style="font-weight: bold" href="https://core.trac.wordpress.org/changeset/32614">32614</a><script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","description":"Review this Commit","action":{"@type":"ViewAction","url":"https://core.trac.wordpress.org/changeset/32614","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>wonderboymusic</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2015-05-27 15:31:46 +0000 (Wed, 27 May 2015)</dd>
</dl>

<pre style='padding-left: 1em; margin: 2em 0; border-left: 2px solid #ccc; line-height: 1.25; font-size: 105%; font-family: sans-serif'>Add missing doc blocks for `pluggable.php`.
Correct some `@return` values.
`is_user_logged_in()` can simply return the `->exists()` call instead of if/else'ing true/false.

See <a href="https://core.trac.wordpress.org/ticket/32444">#32444</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludespluggablephp">trunk/src/wp-includes/pluggable.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludespluggablephp"></a>
<div class="modfile"><h4 style="background-color: #eee; color: inherit; margin: 1em 0; padding: 1.3em; font-size: 115%">Modified: trunk/src/wp-includes/pluggable.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/pluggable.php       2015-05-26 22:16:15 UTC (rev 32613)
+++ trunk/src/wp-includes/pluggable.php 2015-05-27 15:31:46 UTC (rev 32614)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -17,9 +17,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * actions on users who aren't signed in.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.0.3
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @global object $current_user The current user object which holds the user data.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global WP_User $current_user The current user object which holds the user data.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param int $id User ID
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param int    $id   User ID
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param string $name User's username
</span><span class="cx" style="display: block; padding: 0 10px">  * @return WP_User Current user User object
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -50,6 +50,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.0.3
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global WP_User $current_user
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @return WP_User Current user WP_User object
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_get_current_user() {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -71,9 +73,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 0.71
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @uses $current_user Checks if the current user is set
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global WP_User $current_user Checks if the current user is set
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return null|false False on XML-RPC Request and invalid auth cookie. Null when current user set.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return false|void False on XML-RPC Request and invalid auth cookie.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function get_currentuserinfo() {
</span><span class="cx" style="display: block; padding: 0 10px">        global $current_user;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -131,7 +133,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 0.71
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param int $user_id User ID
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return WP_User|bool WP_User object on success, false on failure.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return WP_User|false WP_User object on success, false on failure.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function get_userdata( $user_id ) {
</span><span class="cx" style="display: block; padding: 0 10px">        return get_user_by( 'id', $user_id );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -144,9 +146,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.8.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param string $field The field to retrieve the user with. id | slug | email | login
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param string     $field The field to retrieve the user with. id | slug | email | login
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param int|string $value A value for $field. A user ID, slug, email address, or login name.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return WP_User|bool WP_User object on success, false on failure.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return WP_User|false WP_User object on success, false on failure.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function get_user_by( $field, $value ) {
</span><span class="cx" style="display: block; padding: 0 10px">        $userdata = WP_User::get_data_by( $field, $value );
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -167,6 +169,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 3.0.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global wpdb $wpdb
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param array $user_ids User ID numbers list
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function cache_users( $user_ids ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -212,12 +216,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 1.2.1
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @uses PHPMailer
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global PHPMailer $phpmailer
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param string|array $to Array or comma-separated list of email addresses to send message.
- * @param string $subject Email subject
- * @param string $message Message contents
- * @param string|array $headers Optional. Additional headers.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param string|array $to          Array or comma-separated list of email addresses to send message.
+ * @param string       $subject     Email subject
+ * @param string       $message     Message contents
+ * @param string|array $headers     Optional. Additional headers.
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param string|array $attachments Optional. Files to attach.
</span><span class="cx" style="display: block; padding: 0 10px">  * @return bool Whether the email contents were sent successfully.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -616,9 +620,11 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.5.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global int $login_grace_period
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param string $cookie Optional. If used, will validate contents instead of cookie's
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return bool|int False if invalid cookie, User ID if valid.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return false|int False if invalid cookie, User ID if valid.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_validate_auth_cookie($cookie = '', $scheme = '') {
</span><span class="cx" style="display: block; padding: 0 10px">        if ( ! $cookie_elements = wp_parse_auth_cookie($cookie, $scheme) ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -723,10 +729,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.5.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param int $user_id User ID
- * @param int $expiration Cookie expiration in seconds
- * @param string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in
- * @param string $token User's session token to use for this cookie
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param int    $user_id    User ID
+ * @param int    $expiration Cookie expiration in seconds
+ * @param string $scheme     Optional. The cookie scheme to use: auth, secure_auth, or logged_in
+ * @param string $token      User's session token to use for this cookie
</ins><span class="cx" style="display: block; padding: 0 10px">  * @return string Authentication cookie contents. Empty string if user does not exist.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_generate_auth_cookie( $user_id, $expiration, $scheme = 'auth', $token = '' ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -773,7 +779,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $cookie
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $scheme Optional. The cookie scheme to use: auth, secure_auth, or logged_in
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return array Authentication cookie components
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return array|false Authentication cookie components
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_parse_auth_cookie($cookie = '', $scheme = '') {
</span><span class="cx" style="display: block; padding: 0 10px">        if ( empty($cookie) ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -824,11 +830,11 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.5.0
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 4.3.0 Added the `$token` parameter.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param int $user_id User ID
- * @param bool $remember Whether to remember the user
- * @param mixed $secure  Whether the admin cookies should only be sent over HTTPS.
- *                       Default is_ssl().
- * @param string $token  Optional. User's session token to use for this cookie.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param int    $user_id  User ID
+ * @param bool   $remember Whether to remember the user
+ * @param mixed  $secure   Whether the admin cookies should only be sent over HTTPS.
+ *                         Default is_ssl().
+ * @param string $token    Optional. User's session token to use for this cookie.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_set_auth_cookie( $user_id, $remember = false, $secure = '', $token = '' ) {
</span><span class="cx" style="display: block; padding: 0 10px">        if ( $remember ) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -980,10 +986,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> function is_user_logged_in() {
</span><span class="cx" style="display: block; padding: 0 10px">        $user = wp_get_current_user();
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        if ( ! $user->exists() )
-               return false;
-
-       return true;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ return $user->exists();
</ins><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> endif;
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1162,8 +1165,10 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 1.5.1
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global bool $is_IIS
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param string $location The path to redirect to.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param int $status Status code to use.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param int    $status   Status code to use.
</ins><span class="cx" style="display: block; padding: 0 10px">  * @return bool False if $location is not provided, true otherwise.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_redirect($location, $status = 302) {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1230,8 +1235,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        // remove %0d and %0a from location
</span><span class="cx" style="display: block; padding: 0 10px">        $strip = array('%0d', '%0a', '%0D', '%0A');
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-        $location = _deep_replace($strip, $location);
-       return $location;
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ return _deep_replace( $strip, $location );
</ins><span class="cx" style="display: block; padding: 0 10px"> }
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1261,9 +1265,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * but only used in a few places.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.3.0
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- *
- * @return void Does not return anything
- **/
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ */
</ins><span class="cx" style="display: block; padding: 0 10px"> function wp_safe_redirect($location, $status = 302) {
</span><span class="cx" style="display: block; padding: 0 10px"> 
</span><span class="cx" style="display: block; padding: 0 10px">        // Need to look at the URL the way it will end up in wp_redirect()
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1288,7 +1290,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.8.1
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $location The redirect to validate
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param string $default The value to return if $location is not allowed
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param string $default  The value to return if $location is not allowed
</ins><span class="cx" style="display: block; padding: 0 10px">  * @return string redirect-sanitized URL
</span><span class="cx" style="display: block; padding: 0 10px">  **/
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_validate_redirect($location, $default = '') {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1339,7 +1341,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 1.0.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param int $comment_id Comment ID
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param int    $comment_id Comment ID
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param string $deprecated Not used
</span><span class="cx" style="display: block; padding: 0 10px">  * @return bool True on completion. False if no email addresses were specified.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1535,7 +1537,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @global wpdb $wpdb WordPress database abstraction object.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param int $comment_id Comment ID
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return bool Always returns true
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return true Always returns true
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_notify_moderator($comment_id) {
</span><span class="cx" style="display: block; padding: 0 10px">        global $wpdb;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1840,6 +1842,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @link https://api.wordpress.org/secret-key/1.1/salt/ Create secrets for wp-config.php
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @staticvar array $cached_salts
+ * @staticvar array $duplicated_keys
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param string $scheme Authentication scheme (auth, secure_auth, logged_in, nonce)
</span><span class="cx" style="display: block; padding: 0 10px">  * @return string Salt value
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1939,8 +1944,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.5.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @global object $wp_hasher PHPass object
- * @uses PasswordHash::HashPassword
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global PasswordHash $wp_hasher PHPass object
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $password Plain text user password to hash
</span><span class="cx" style="display: block; padding: 0 10px">  * @return string The hash string of the password
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1972,12 +1976,12 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.5.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @global object $wp_hasher PHPass object used for checking the password
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global PasswordHash $wp_hasher PHPass object used for checking the password
</ins><span class="cx" style="display: block; padding: 0 10px">  *      against the $hash + $password
</span><span class="cx" style="display: block; padding: 0 10px">  * @uses PasswordHash::CheckPassword
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $password Plaintext user's password
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param string $hash Hash of the user's password to check against.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param string $hash     Hash of the user's password to check against.
</ins><span class="cx" style="display: block; padding: 0 10px">  * @return bool False, if the $password does not match the hashed password
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_check_password($password, $hash, $user_id = '') {
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2062,6 +2066,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.6.2
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @global string $rnd_value
+ * @staticvar string $seed
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @param int $min Lower limit for the generated number
</span><span class="cx" style="display: block; padding: 0 10px">  * @param int $max Upper limit for the generated number
</span><span class="cx" style="display: block; padding: 0 10px">  * @return int A random number between min and max
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2119,7 +2126,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @global wpdb $wpdb WordPress database abstraction object.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $password The plaintext new user password
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param int $user_id User ID
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param int    $user_id  User ID
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_set_password( $password, $user_id ) {
</span><span class="cx" style="display: block; padding: 0 10px">        global $wpdb;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2297,9 +2304,9 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @uses Text_Diff
</span><span class="cx" style="display: block; padding: 0 10px">  * @uses WP_Text_Diff_Renderer_Table
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param string $left_string "old" (left) version of string
- * @param string $right_string "new" (right) version of string
- * @param string|array $args Optional. Change 'title', 'title_left', and 'title_right' defaults.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param string       $left_string  "old" (left) version of string
+ * @param string       $right_string "new" (right) version of string
+ * @param string|array $args         Optional. Change 'title', 'title_left', and 'title_right' defaults.
</ins><span class="cx" style="display: block; padding: 0 10px">  * @return string Empty string if strings are equivalent or HTML with differences.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_text_diff( $left_string, $right_string, $args = null ) {
</span></span></pre>
</div>
</div>

</body>
</html>