<!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>[21133] trunk/wp-includes: Deprecate wp_explain_nonce().</title>
</head>
<body>

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

<h3>Log Message</h3>
<pre>Deprecate wp_explain_nonce(). fixes <a href="http://core.trac.wordpress.org/ticket/21076">#21076</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpincludesdeprecatedphp">trunk/wp-includes/deprecated.php</a></li>
<li><a href="#trunkwpincludesfunctionsphp">trunk/wp-includes/functions.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpincludesdeprecatedphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/deprecated.php (21132 => 21133)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/deprecated.php        2012-06-26 05:33:19 UTC (rev 21132)
+++ trunk/wp-includes/deprecated.php        2012-06-26 06:10:07 UTC (rev 21133)
</span><span class="lines">@@ -3156,3 +3156,19 @@
</span><span class="cx"> 
</span><span class="cx">         clean_post_cache( $id );
</span><span class="cx"> }
</span><ins>+
+/**
+ * Retrieve nonce action &quot;Are you sure&quot; message.
+ *
+ * @since 2.0.4
+ * @deprecated 3.5.0
+ * @deprecated Use wp_nonce_ays()
+ * @see wp_nonce_ays()
+ *
+ * @param string $action Nonce action.
+ * @return string Are you sure message.
+ */
+function wp_explain_nonce( $action ) {
+        _deprecated_function( __FUNCTION__, '3.4', 'wp_nonce_ays()' );
+        return __( 'Are you sure you want to do this?' );
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpincludesfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-includes/functions.php (21132 => 21133)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-includes/functions.php        2012-06-26 05:33:19 UTC (rev 21132)
+++ trunk/wp-includes/functions.php        2012-06-26 06:10:07 UTC (rev 21133)
</span><span class="lines">@@ -1833,104 +1833,6 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> /**
</span><del>- * Retrieve nonce action &quot;Are you sure&quot; message.
- *
- * The action is split by verb and noun. The action format is as follows:
- * verb-action_extra. The verb is before the first dash and has the format of
- * letters and no spaces and numbers. The noun is after the dash and before the
- * underscore, if an underscore exists. The noun is also only letters.
- *
- * The filter will be called for any action, which is not defined by WordPress.
- * You may use the filter for your plugin to explain nonce actions to the user,
- * when they get the &quot;Are you sure?&quot; message. The filter is in the format of
- * 'explain_nonce_$verb-$noun' with the $verb replaced by the found verb and the
- * $noun replaced by the found noun. The two parameters that are given to the
- * hook are the localized &quot;Are you sure you want to do this?&quot; message with the
- * extra text (the text after the underscore).
- *
- * @package WordPress
- * @subpackage Security
- * @since 2.0.4
- *
- * @param string $action Nonce action.
- * @return string Are you sure message.
- */
-function wp_explain_nonce( $action ) {
-        if ( $action !== -1 &amp;&amp; preg_match( '/([a-z]+)-([a-z]+)(_(.+))?/', $action, $matches ) ) {
-                $verb = $matches[1];
-                $noun = $matches[2];
-
-                $trans = array();
-                $trans['update']['attachment'] = array( __( 'Your attempt to edit this attachment: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_title' );
-
-                $trans['add']['category']      = array( __( 'Your attempt to add this category has failed.' ), false );
-                $trans['delete']['category']   = array( __( 'Your attempt to delete this category: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_cat_name' );
-                $trans['update']['category']   = array( __( 'Your attempt to edit this category: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_cat_name' );
-
-                $trans['delete']['comment']    = array( __( 'Your attempt to delete this comment: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['unapprove']['comment'] = array( __( 'Your attempt to unapprove this comment: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['approve']['comment']   = array( __( 'Your attempt to approve this comment: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['update']['comment']    = array( __( 'Your attempt to edit this comment: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['bulk']['comments']     = array( __( 'Your attempt to bulk modify comments has failed.' ), false );
-                $trans['moderate']['comments'] = array( __( 'Your attempt to moderate comments has failed.' ), false );
-
-                $trans['add']['bookmark']      = array( __( 'Your attempt to add this link has failed.' ), false );
-                $trans['delete']['bookmark']   = array( __( 'Your attempt to delete this link: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['update']['bookmark']   = array( __( 'Your attempt to edit this link: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['bulk']['bookmarks']    = array( __( 'Your attempt to bulk modify links has failed.' ), false );
-
-                $trans['add']['page']          = array( __( 'Your attempt to add this page has failed.' ), false );
-                $trans['delete']['page']       = array( __( 'Your attempt to delete this page: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_title' );
-                $trans['update']['page']       = array( __( 'Your attempt to edit this page: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_title' );
-
-                $trans['edit']['plugin']       = array( __( 'Your attempt to edit this plugin file: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['activate']['plugin']   = array( __( 'Your attempt to activate this plugin: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['deactivate']['plugin'] = array( __( 'Your attempt to deactivate this plugin: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['upgrade']['plugin']    = array( __( 'Your attempt to update this plugin: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-
-                $trans['add']['post']          = array( __( 'Your attempt to add this post has failed.' ), false );
-                $trans['delete']['post']       = array( __( 'Your attempt to delete this post: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_title' );
-                $trans['update']['post']       = array( __( 'Your attempt to edit this post: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_title' );
-
-                $trans['add']['user']          = array( __( 'Your attempt to add this user has failed.' ), false );
-                $trans['delete']['users']      = array( __( 'Your attempt to delete users has failed.' ), false );
-                $trans['bulk']['users']        = array( __( 'Your attempt to bulk modify users has failed.' ), false );
-                $trans['update']['user']       = array( __( 'Your attempt to edit this user: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_author_meta', 'display_name' );
-                $trans['update']['profile']    = array( __( 'Your attempt to modify the profile for: &amp;#8220;%s&amp;#8221; has failed.' ), 'get_the_author_meta', 'display_name' );
-
-                $trans['update']['options']    = array( __( 'Your attempt to edit your settings has failed.' ), false );
-                $trans['update']['permalink']  = array( __( 'Your attempt to change your permalink structure to: %s has failed.' ), 'use_id' );
-                $trans['edit']['file']         = array( __( 'Your attempt to edit this file: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['edit']['theme']        = array( __( 'Your attempt to edit this theme file: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-                $trans['switch']['theme']      = array( __( 'Your attempt to switch to this theme: &amp;#8220;%s&amp;#8221; has failed.' ), 'use_id' );
-
-                $trans['log']['out']           = array( sprintf( __( 'You are attempting to log out of %s' ), get_bloginfo( 'sitename' ) ), false );
-
-                if ( isset( $trans[$verb][$noun] ) ) {
-                        if ( !empty( $trans[$verb][$noun][1] ) ) {
-                                $lookup = $trans[$verb][$noun][1];
-                                if ( isset($trans[$verb][$noun][2]) )
-                                        $lookup_value = $trans[$verb][$noun][2];
-                                $object = $matches[4];
-                                if ( 'use_id' != $lookup ) {
-                                        if ( isset( $lookup_value ) )
-                                                $object = call_user_func( $lookup, $lookup_value, $object );
-                                        else
-                                                $object = call_user_func( $lookup, $object );
-                                }
-                                return sprintf( $trans[$verb][$noun][0], esc_html($object) );
-                        } else {
-                                return $trans[$verb][$noun][0];
-                        }
-                }
-
-                return apply_filters( 'explain_nonce_' . $verb . '-' . $noun, __( 'Are you sure you want to do this?' ), isset($matches[4]) ? $matches[4] : '' );
-        } else {
-                return apply_filters( 'explain_nonce_' . $action, __( 'Are you sure you want to do this?' ) );
-        }
-}
-
-/**
</del><span class="cx">  * Display &quot;Are You Sure&quot; message to confirm the action being taken.
</span><span class="cx">  *
</span><span class="cx">  * If the action has the nonce explain message, then it will be displayed along
</span><span class="lines">@@ -1944,11 +1846,14 @@
</span><span class="cx">  */
</span><span class="cx"> function wp_nonce_ays( $action ) {
</span><span class="cx">         $title = __( 'WordPress Failure Notice' );
</span><del>-        $html = esc_html( wp_explain_nonce( $action ) );
-        if ( 'log-out' == $action )
-                $html .= &quot;&lt;/p&gt;&lt;p&gt;&quot; . sprintf( __( &quot;Do you really want to &lt;a href='%s'&gt;log out&lt;/a&gt;?&quot;), wp_logout_url() );
-        elseif ( wp_get_referer() )
-                $html .= &quot;&lt;/p&gt;&lt;p&gt;&lt;a href='&quot; . esc_url( remove_query_arg( 'updated', wp_get_referer() ) ) . &quot;'&gt;&quot; . __( 'Please try again.' ) . &quot;&lt;/a&gt;&quot;;
</del><ins>+        if ( 'log-out' == $action ) {
+                $html = sprintf( __( 'You are attempting to log out of %s' ), get_bloginfo( 'name' ) ) . '&lt;/p&gt;&lt;p&gt;';
+                $html .= sprintf( __( &quot;Do you really want to &lt;a href='%s'&gt;log out&lt;/a&gt;?&quot;), wp_logout_url() );
+        } else {
+                $html = __( 'Are you sure you want to do this?' );
+                if ( wp_get_referer() )
+                        $html .= &quot;&lt;/p&gt;&lt;p&gt;&lt;a href='&quot; . esc_url( remove_query_arg( 'updated', wp_get_referer() ) ) . &quot;'&gt;&quot; . __( 'Please try again.' ) . &quot;&lt;/a&gt;&quot;;
+        }
</ins><span class="cx"> 
</span><span class="cx">         wp_die( $html, $title, array('response' =&gt; 403) );
</span><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>