Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20438, comment 3


Ignore:
Timestamp:
09/02/2015 04:15:44 PM (9 years ago)
Author:
DrewAPicture
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20438, comment 3

    initial v1  
    44{{{
    55add_post_type_support( 'page', 'post-formats' );
    6 register_taxonomy_for_object_type( 'post-format', 'page' );
     6register_taxonomy_for_object_type( 'post_format', 'page' );
    77}}}
    88