<!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>[37543] trunk/src/wp-includes: Docs: Apply inline `@see` tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.</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/37543">37543</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/37543","name":"Review Commit"}}</script></dd>
<dt style="float: left; width: 6em; font-weight: bold">Author</dt> <dd>DrewAPicture</dd>
<dt style="float: left; width: 6em; font-weight: bold">Date</dt> <dd>2016-05-23 19:00:41 +0000 (Mon, 23 May 2016)</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'>Docs: Apply inline `@see` tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.

Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as actions and filters.

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

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpincludesembedphp">trunk/src/wp-includes/embed.php</a></li>
<li><a href="#trunksrcwpincludesfeedphp">trunk/src/wp-includes/feed.php</a></li>
<li><a href="#trunksrcwpincludesformattingphp">trunk/src/wp-includes/formatting.php</a></li>
<li><a href="#trunksrcwpincludesfunctionsphp">trunk/src/wp-includes/functions.php</a></li>
<li><a href="#trunksrcwpincludesfunctionswpscriptsphp">trunk/src/wp-includes/functions.wp-scripts.php</a></li>
<li><a href="#trunksrcwpincludeshttpphp">trunk/src/wp-includes/http.php</a></li>
<li><a href="#trunksrcwpincludesksesphp">trunk/src/wp-includes/kses.php</a></li>
<li><a href="#trunksrcwpincludeslinktemplatephp">trunk/src/wp-includes/link-template.php</a></li>
<li><a href="#trunksrcwpincludesmediaphp">trunk/src/wp-includes/media.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpincludesembedphp"></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/embed.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/embed.php   2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/embed.php     2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -50,7 +50,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * The default height is 1.5 times the width, or 1000px, whichever is smaller.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The 'embed_defaults' filter can be used to adjust either of these values.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The {@see 'embed_defaults'} filter can be used to adjust either of these values.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.9.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span></span></pre></div>
<a id="trunksrcwpincludesfeedphp"></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/feed.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/feed.php    2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/feed.php      2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -68,7 +68,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Retrieve the default feed.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * The default feed is 'rss2', unless a plugin changes it through the
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * 'default_feed' filter.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * {@see 'default_feed'} filter.
</ins><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></span></pre></div>
<a id="trunksrcwpincludesformattingphp"></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/formatting.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/formatting.php      2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/formatting.php        2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -20,7 +20,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * Code within certain html blocks are skipped.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Do not use this function before the 'init' action hook; everything will break.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Do not use this function before the {@see 'init'} action hook; everything will break.
</ins><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><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1441,7 +1441,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Removes tags, octets, entities, and if strict is enabled, will only keep
</span><span class="cx" style="display: block; padding: 0 10px">  * alphanumeric, _, space, ., -, @. After sanitizing, it passes the username,
</span><span class="cx" style="display: block; padding: 0 10px">  * raw username (the username in the parameter), and the value of $strict as
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * parameters for the 'sanitize_user' filter.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * parameters for the {@see 'sanitize_user'} filter.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.0.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1904,8 +1904,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Acts on text which is about to be edited.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * The $content is run through esc_textarea(), which uses htmlspecialchars()
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * to convert special characters to HTML entities. If $richedit is set to true,
- * it is simply a holder for the 'format_to_edit' filter.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * to convert special characters to HTML entities. If `$richedit` is set to true,
+ * it is simply a holder for the {@see 'format_to_edit'} filter.
</ins><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">  * @since 4.4.0 The `$richedit` parameter was renamed to `$rich_text` for clarity.
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2877,8 +2877,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * that, then the string ' [&hellip;]' will be appended to the excerpt. If the string
</span><span class="cx" style="display: block; padding: 0 10px">  * is less than 55 words, then the content will be returned as is.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The 55 word limit can be modified by plugins/themes using the excerpt_length filter
- * The ' [&hellip;]' string can be modified by plugins/themes using the excerpt_more filter
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The 55 word limit can be modified by plugins/themes using the {@see 'excerpt_length'} filter
+ * The ' [&hellip;]' string can be modified by plugins/themes using the {@see 'excerpt_more'} filter
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 1.5.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3353,7 +3353,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Checks and cleans a URL.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * A number of characters are removed from the URL. If the URL is for displaying
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * (the default behaviour) ampersands are also replaced. The 'clean_url' filter
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * (the default behaviour) ampersands are also replaced. The {@see 'clean_url'} filter
</ins><span class="cx" style="display: block; padding: 0 10px">  * is applied to the returned cleaned URL.
</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="lines" style="display: block; padding: 0 10px; color: #888">@@ -3362,7 +3362,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * @param array  $protocols Optional. An array of acceptable protocols.
</span><span class="cx" style="display: block; padding: 0 10px">  *                                 Defaults to return value of wp_allowed_protocols()
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $_context  Private. Use esc_url_raw() for database usage.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return string The cleaned $url after the 'clean_url' filter is applied.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return string The cleaned $url after the {@see 'clean_url'} filter is applied.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function esc_url( $url, $protocols = null, $_context = 'display' ) {
</span><span class="cx" style="display: block; padding: 0 10px">        $original_url = $url;
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3491,7 +3491,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * Escapes text strings for echoing in JS. It is intended to be used for inline JS
</span><span class="cx" style="display: block; padding: 0 10px">  * (in a tag attribute, for example onclick="..."). Note that the strings have to
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * be in single quotes. The filter 'js_escape' is also applied here.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * be in single quotes. The {@see 'js_escape'} filter is also applied here.
</ins><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></span></pre></div>
<a id="trunksrcwpincludesfunctionsphp"></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/functions.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/functions.php       2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/functions.php 2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2318,7 +2318,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">         * Filters the list of mime types and file extensions.
</span><span class="cx" style="display: block; padding: 0 10px">         *
</span><span class="cx" style="display: block; padding: 0 10px">         * This filter should be used to add, not remove, mime types. To remove
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">-         * mime types, use the 'upload_mimes' filter.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+  * mime types, use the {@see 'upload_mimes'} filter.
</ins><span class="cx" style="display: block; padding: 0 10px">          *
</span><span class="cx" style="display: block; padding: 0 10px">         * @since 3.5.0
</span><span class="cx" style="display: block; padding: 0 10px">         *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -2591,10 +2591,10 @@
</span><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><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Kill WordPress execution and display HTML message with error message.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Kills WordPress execution and display HTML message with error message.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * This is the default handler for wp_die if you want a custom one for your
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * site then you can overload using the wp_die_handler filter in wp_die
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * site then you can overload using the {@see 'wp_die_handler'} filter in wp_die().
</ins><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">  * @access private
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3630,11 +3630,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Mark a function as deprecated and inform when it has been used.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * There is a hook deprecated_function_run that will be called that can be used
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * There is a {@see 'hook deprecated_function_run'} that will be called that can be used
</ins><span class="cx" style="display: block; padding: 0 10px">  * to get the backtrace up to what file and function called the deprecated
</span><span class="cx" style="display: block; padding: 0 10px">  * function.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The current behavior is to trigger a user error if WP_DEBUG is true.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The current behavior is to trigger a user error if `WP_DEBUG` is true.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * This function is to be used in every function that is deprecated.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3750,11 +3750,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Mark a file as deprecated and inform when it has been used.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * There is a hook deprecated_file_included that will be called that can be used
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * There is a hook {@see 'deprecated_file_included'} that will be called that can be used
</ins><span class="cx" style="display: block; padding: 0 10px">  * to get the backtrace up to what file and function included the deprecated
</span><span class="cx" style="display: block; padding: 0 10px">  * file.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The current behavior is to trigger a user error if WP_DEBUG is true.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The current behavior is to trigger a user error if `WP_DEBUG` is true.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * This function is to be used in every file that is deprecated.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3867,11 +3867,11 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Mark something as being incorrectly called.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * There is a hook doing_it_wrong_run that will be called that can be used
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * There is a hook {@see 'doing_it_wrong_run'} that will be called that can be used
</ins><span class="cx" style="display: block; padding: 0 10px">  * to get the backtrace up to what file and function called the deprecated
</span><span class="cx" style="display: block; padding: 0 10px">  * function.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The current behavior is to trigger a user error if WP_DEBUG is true.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The current behavior is to trigger a user error if `WP_DEBUG` is true.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 3.1.0
</span><span class="cx" style="display: block; padding: 0 10px">  * @access private
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -4572,7 +4572,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @param string $file            Path to the file.
</span><span class="cx" style="display: block; padding: 0 10px">  * @param array  $default_headers List of headers, in the format array('HeaderKey' => 'Header Name').
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @param string $context         Optional. If specified adds filter hook "extra_{$context}_headers".
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @param string $context         Optional. If specified adds filter hook {@see 'extra_$context_headers'}.
</ins><span class="cx" style="display: block; padding: 0 10px">  *                                Default empty.
</span><span class="cx" style="display: block; padding: 0 10px">  * @return array Array of file headers in `HeaderKey => Header Value` format.
</span><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -4992,7 +4992,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Can be disabled with remove_action( 'admin_enqueue_scripts', 'wp_auth_check_load' );
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * This is disabled for certain screens where a login screen could cause an
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * inconvenient interruption. A filter called wp_auth_check_load can be used
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * inconvenient interruption. A filter called {@see 'wp_auth_check_load'} can be used
</ins><span class="cx" style="display: block; padding: 0 10px">  * for fine-grained control.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 3.6.0
</span></span></pre></div>
<a id="trunksrcwpincludesfunctionswpscriptsphp"></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/functions.wp-scripts.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/functions.wp-scripts.php    2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/functions.wp-scripts.php      2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -47,11 +47,11 @@
</span><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><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Print scripts in document head that are in the $handles queue.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Prints scripts in document head that are in the $handles queue.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Called by admin-header.php and wp_head hook. Since it is called by wp_head on every page load,
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Called by admin-header.php and {@see 'wp_head'} hook. Since it is called by wp_head on every page load,
</ins><span class="cx" style="display: block; padding: 0 10px">  * the function does not instantiate the WP_Scripts object unless script names are explicitly passed.
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Makes use of already-instantiated $wp_scripts global if present. Use provided wp_print_scripts
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Makes use of already-instantiated $wp_scripts global if present. Use provided {@see 'wp_print_scripts'}
</ins><span class="cx" style="display: block; padding: 0 10px">  * hook to register/enqueue new scripts.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @see WP_Scripts::do_items()
</span></span></pre></div>
<a id="trunksrcwpincludeshttpphp"></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/http.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/http.php    2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/http.php      2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -581,7 +581,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Whitelists allowed redirect hosts for safe HTTP requests as well.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Attached to the http_request_host_is_external filter.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Attached to the {@see 'http_request_host_is_external'} filter.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 3.6.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -598,7 +598,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Whitelists any domain in a multisite installation for safe HTTP requests.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Attached to the http_request_host_is_external filter.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Attached to the {@see 'http_request_host_is_external'} filter.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 3.6.0
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span></span></pre></div>
<a id="trunksrcwpincludesksesphp"></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/kses.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/kses.php    2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/kses.php      2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -34,9 +34,10 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * You can override this in a plugin.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The wp_kses_allowed_html filter is more powerful and supplies context.
- * CUSTOM_TAGS is not recommended and should be considered deprecated.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The {@see 'wp_kses_allowed_html'} filter is more powerful and supplies context.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * `CUSTOM_TAGS` is not recommended and should be considered deprecated.
+ *
</ins><span class="cx" style="display: block; padding: 0 10px">  * @see wp_kses_allowed_html()
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 1.2.0
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -667,15 +668,15 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * You add any kses hooks here.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * There is currently only one kses WordPress hook and it is called here. All
- * parameters are passed to the hooks and expected to receive a string.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * There is currently only one kses WordPress hook, {@see 'pre_kses'}, and it is called here.
+ * All parameters are passed to the hooks and expected to receive a string.
</ins><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><span class="cx" style="display: block; padding: 0 10px">  * @param string $string            Content to filter through kses
</span><span class="cx" style="display: block; padding: 0 10px">  * @param array  $allowed_html      List of allowed HTML elements
</span><span class="cx" style="display: block; padding: 0 10px">  * @param array  $allowed_protocols Allowed protocol in links
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * @return string Filtered content through 'pre_kses' hook
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * @return string Filtered content through {@see 'pre_kses'} hook.
</ins><span class="cx" style="display: block; padding: 0 10px">  */
</span><span class="cx" style="display: block; padding: 0 10px"> function wp_kses_hook( $string, $allowed_html, $allowed_protocols ) {
</span><span class="cx" style="display: block; padding: 0 10px">        /**
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1641,8 +1642,8 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * A quick procedural method to removing all of the filters that kses uses for
</span><span class="cx" style="display: block; padding: 0 10px">  * content in WordPress Loop.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Does not remove the kses_init() function from 'init' hook (priority is
- * default). Also does not remove kses_init() function from 'set_current_user'
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Does not remove the kses_init() function from {@see 'init'} hook (priority is
+ * default). Also does not remove kses_init() function from {@see 'set_current_user'}
</ins><span class="cx" style="display: block; padding: 0 10px">  * hook (priority is also default).
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.0.6
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1664,8 +1665,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Sets up most of the Kses filters for input form content.
</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 you remove the kses_init() function from 'init' hook and
- * 'set_current_user' (priority is default), then none of the Kses filter hooks
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * If you remove the kses_init() function from {@see 'init'} hook and
+ * {@see 'set_current_user'} (priority is default), then none of the Kses filter hooks
</ins><span class="cx" style="display: block; padding: 0 10px">  * will be added.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * First removes all of the Kses filters in case the current user does not need
</span></span></pre></div>
<a id="trunksrcwpincludeslinktemplatephp"></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/link-template.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/link-template.php   2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/link-template.php     2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -32,7 +32,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * Conditionally adds a trailing slash if the permalink structure has a trailing
</span><span class="cx" style="display: block; padding: 0 10px">  * slash, strips the trailing slash if not. The string is passed through the
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * 'user_trailingslashit' filter. Will remove trailing slash from string, if
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * {@see 'user_trailingslashit'} filter. Will remove trailing slash from string, if
</ins><span class="cx" style="display: block; padding: 0 10px">  * site is not set to have them.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.2.0
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -3665,7 +3665,7 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Sends a Link: rel=shortlink header if a shortlink is defined for the current page.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * Attached to the wp action.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Attached to the {@see 'wp'} action.
</ins><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></span></pre></div>
<a id="trunksrcwpincludesmediaphp"></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/media.php</h4>
<pre class="diff"><span>
<span class="info" style="display: block; padding: 0 10px; color: #888">--- trunk/src/wp-includes/media.php   2016-05-23 18:58:48 UTC (rev 37542)
+++ trunk/src/wp-includes/media.php     2016-05-23 19:00:41 UTC (rev 37543)
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -148,7 +148,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * function won't create a new resized copy, it will just return an already
</span><span class="cx" style="display: block; padding: 0 10px">  * resized one if it exists.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * A plugin may use the 'image_downsize' filter to hook into and offer image
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * A plugin may use the {@see 'image_downsize'} filter to hook into and offer image
</ins><span class="cx" style="display: block; padding: 0 10px">  * resizing services for images. The hook must return an array with the same
</span><span class="cx" style="display: block; padding: 0 10px">  * elements that are returned in the function. The first element being the URL
</span><span class="cx" style="display: block; padding: 0 10px">  * to the new image that was resized.
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -309,12 +309,12 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Gets an img tag for an image attachment, scaling it down if requested.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The filter 'get_image_tag_class' allows for changing the class name for the
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The {@see 'get_image_tag_class'} filter allows for changing the class name for the
</ins><span class="cx" style="display: block; padding: 0 10px">  * image without having to use regular expressions on the HTML content. The
</span><span class="cx" style="display: block; padding: 0 10px">  * parameters are: what WordPress will use for the class, the Attachment ID,
</span><span class="cx" style="display: block; padding: 0 10px">  * image align value, and the size the image should be.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * The second filter 'get_image_tag' has the HTML content, which can then be
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * The second filter, {@see 'get_image_tag'}, has the HTML content, which can then be
</ins><span class="cx" style="display: block; padding: 0 10px">  * further manipulated by a plugin to change all attribute values and even HTML
</span><span class="cx" style="display: block; padding: 0 10px">  * content.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -562,7 +562,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Resizes an image to make a thumbnail or intermediate size.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * The returned array has the file size, the image width, and image height. The
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * filter 'image_make_intermediate_size' can be used to hook in and change the
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * {@see 'image_make_intermediate_size'} filter can be used to hook in and change the
</ins><span class="cx" style="display: block; padding: 0 10px">  * values of the returned array. The only parameter is the resized file path.
</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="lines" style="display: block; padding: 0 10px; color: #888">@@ -1387,8 +1387,8 @@
</span><span class="cx" style="display: block; padding: 0 10px"> /**
</span><span class="cx" style="display: block; padding: 0 10px">  * Adds a 'wp-post-image' class to post thumbnails. Internal use only.
</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 the 'begin_fetch_post_thumbnail_html' and 'end_fetch_post_thumbnail_html' action hooks to
- * dynamically add/remove itself so as to only filter post thumbnails.
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * Uses the {@see 'begin_fetch_post_thumbnail_html'} and {@see 'end_fetch_post_thumbnail_html'}
+ * action hooks to dynamically add/remove itself so as to only filter post thumbnails.
</ins><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * @ignore
</span><span class="cx" style="display: block; padding: 0 10px">  * @since 2.9.0
</span><span class="lines" style="display: block; padding: 0 10px; color: #888">@@ -1434,7 +1434,7 @@
</span><span class="cx" style="display: block; padding: 0 10px">  * Builds the Caption shortcode output.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * Allows a plugin to replace the content that would otherwise be returned. The
</span><del style="background-color: #fdd; text-decoration:none; display:block; padding: 0 10px">- * filter is 'img_caption_shortcode' and passes an empty string, the attr
</del><ins style="background-color: #dfd; text-decoration:none; display:block; padding: 0 10px">+ * filter is {@see 'img_caption_shortcode'} and passes an empty string, the attr
</ins><span class="cx" style="display: block; padding: 0 10px">  * parameter and the content parameter values.
</span><span class="cx" style="display: block; padding: 0 10px">  *
</span><span class="cx" style="display: block; padding: 0 10px">  * The supported attributes for the shortcode are 'id', 'align', 'width', and
</span></span></pre>
</div>
</div>

</body>
</html>