Make WordPress Core


Ignore:
Timestamp:
11/12/2010 10:58:58 AM (14 years ago)
Author:
nacin
Message:

Only register post_format taxonomy to posts. see #15396, #14746.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r16267 r16322  
    7878    ) ) ;
    7979
    80     register_taxonomy( 'post_format', array('post', 'page', 'attachment'), array(
     80    register_taxonomy( 'post_format', 'post', array(
    8181        'public' => false,
    8282        'hierarchical' => false,
Note: See TracChangeset for help on using the changeset viewer.