<!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>[27720] trunk: Popular tags' edit links should respect the current post type.</title>
</head>
<body>

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

<h3>Log Message</h3>
<pre>Popular tags' edit links should respect the current post type. Adds unit test.

Props mordauk, fahmiadib.
Fixes <a href="http://core.trac.wordpress.org/ticket/25566">#25566</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadminedittagsphp">trunk/src/wp-admin/edit-tags.php</a></li>
<li><a href="#trunksrcwpincludescategorytemplatephp">trunk/src/wp-includes/category-template.php</a></li>
<li><a href="#trunktestsphpunittestspostphp">trunk/tests/phpunit/tests/post.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadminedittagsphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-admin/edit-tags.php (27719 => 27720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-admin/edit-tags.php 2014-03-25 18:22:49 UTC (rev 27719)
+++ trunk/src/wp-admin/edit-tags.php    2014-03-25 18:39:26 UTC (rev 27720)
</span><span class="lines">@@ -370,7 +370,7 @@
</span><span class="cx"> 
</span><span class="cx"> if ( !is_null( $tax->labels->popular_items ) ) {
</span><span class="cx">  if ( current_user_can( $tax->cap->edit_terms ) )
</span><del>-               $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'echo' => false, 'link' => 'edit' ) );
</del><ins>+                $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'post_type' => $post_type, 'echo' => false, 'link' => 'edit' ) );
</ins><span class="cx">   else
</span><span class="cx">          $tag_cloud = wp_tag_cloud( array( 'taxonomy' => $taxonomy, 'echo' => false ) );
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunksrcwpincludescategorytemplatephp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-includes/category-template.php (27719 => 27720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-includes/category-template.php      2014-03-25 18:22:49 UTC (rev 27719)
+++ trunk/src/wp-includes/category-template.php 2014-03-25 18:39:26 UTC (rev 27720)
</span><span class="lines">@@ -571,6 +571,9 @@
</span><span class="cx">  * The 'topic_count_text_callback' argument is a function, which given the count
</span><span class="cx">  * of the posts with that tag returns a text for the tooltip of the tag link.
</span><span class="cx">  *
</span><ins>+ * The 'post_type' argument is used only when 'link' is set to 'edit'. It determines the post_type
+ * passed to edit.php for the popular tags edit links.
+ *
</ins><span class="cx">  * The 'exclude' and 'include' arguments are used for the {@link get_tags()}
</span><span class="cx">  * function. Only one should be used, because only one will be used and the
</span><span class="cx">  * other ignored, if they are both set.
</span><span class="lines">@@ -584,7 +587,7 @@
</span><span class="cx">  $defaults = array(
</span><span class="cx">          'smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'number' => 45,
</span><span class="cx">          'format' => 'flat', 'separator' => "\n", 'orderby' => 'name', 'order' => 'ASC',
</span><del>-               'exclude' => '', 'include' => '', 'link' => 'view', 'taxonomy' => 'post_tag', 'echo' => true
</del><ins>+                'exclude' => '', 'include' => '', 'link' => 'view', 'taxonomy' => 'post_tag', 'post_type' => '', 'echo' => true
</ins><span class="cx">   );
</span><span class="cx">  $args = wp_parse_args( $args, $defaults );
</span><span class="cx"> 
</span><span class="lines">@@ -595,7 +598,7 @@
</span><span class="cx"> 
</span><span class="cx">  foreach ( $tags as $key => $tag ) {
</span><span class="cx">          if ( 'edit' == $args['link'] )
</span><del>-                       $link = get_edit_tag_link( $tag->term_id, $tag->taxonomy );
</del><ins>+                        $link = get_edit_term_link( $tag->term_id, $tag->taxonomy, $args['post_type'] );
</ins><span class="cx">           else
</span><span class="cx">                  $link = get_term_link( intval($tag->term_id), $tag->taxonomy );
</span><span class="cx">          if ( is_wp_error( $link ) )
</span></span></pre></div>
<a id="trunktestsphpunittestspostphp"></a>
<div class="modfile"><h4>Modified: trunk/tests/phpunit/tests/post.php (27719 => 27720)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/tests/phpunit/tests/post.php       2014-03-25 18:22:49 UTC (rev 27719)
+++ trunk/tests/phpunit/tests/post.php  2014-03-25 18:39:26 UTC (rev 27720)
</span><span class="lines">@@ -873,4 +873,43 @@
</span><span class="cx">          $post_id = $this->factory->post->create( array( 'post_date' => '2014-03-01 16:35:00' ) );
</span><span class="cx">          $this->assertEquals( 'March 1, 2014', get_the_date( 'F j, Y', $post_id ) );
</span><span class="cx">  }
</span><ins>+
+       /**
+        * @ticket 25566
+        */
+       function test_wp_tag_cloud_link_with_post_type() {
+               $post_type = 'new_post_type';
+               $tax = 'new_tag';
+               register_post_type( $post_type, array( 'taxonomies' => array( 'post_tag', $tax ) ) );
+               register_taxonomy( $tax, $post_type );
+
+               $post = $this->factory->post->create( array( 'post_type' => $post_type ) );
+               wp_set_object_terms( $post, rand_str(), $tax );
+
+               $wp_tag_cloud = wp_tag_cloud( array(
+                       'post_type' => $post_type,
+                       'taxonomy' => $tax,
+                       'echo' => false,
+                       'link' => 'edit'
+               ) );
+
+               $terms = get_terms( $tax );
+               $term = reset( $terms );
+               $url = sprintf( '%s?action=edit&#038;taxonomy=%s&#038;tag_ID=%d&#038;post_type=%s',
+                       admin_url( 'edit-tags.php' ),
+                       $tax,
+                       $term->term_id,
+                       $post_type
+               );
+               $expected_wp_tag_cloud = sprintf( "<a href='%s' class='tag-link-%d' title='1 topic' style='font-size: 8pt;'>%s</a>",
+                       $url,
+                       $term->term_id,
+                       $term->name
+               );
+               $this->assertEquals( $expected_wp_tag_cloud, $wp_tag_cloud );
+
+               _unregister_post_type( $post_type );
+               _unregister_taxonomy( $tax );
+       }
+
</ins><span class="cx"> }
</span></span></pre>
</div>
</div>

</body>
</html>