[wp-trac] [WordPress Trac] #24677: link_category is broken

WordPress Trac noreply at wordpress.org
Wed Jul 3 07:59:37 UTC 2013


#24677: link_category is broken
--------------------------+-----------------------------
 Reporter:  cfoellmann    |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Post Types    |    Version:  3.5.2
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 == Reproducing the problem ==
 Activate the legacy Link Manager via

 {{{
 add_filter( 'pre_option_link_manager_enabled', '__return_true' );
 }}}

 and create a Category for the "Links" post type.

 == Problem ==
 The link to show the category in the list of categories results in this:
 {{{
 <blog-url>/?taxonomy=link_category&term=some-name
 }}}

 My permalink structure is
 {{{
 /%postname%/
 }}}

 Also: Shouldn't the activation add a field to Permalinks > Optional?

 I never used the links/blogroll in old versions until now. So I don't
 really know what the correct behavior is.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24677>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list