Make WordPress Core

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


Ignore:
Timestamp:
11/17/2012 12:14:15 AM (12 years ago)
Author:
c3mdigital
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22473, comment 3

    initial v1  
    99}}}
    1010
     11get_theme_support( 'post-formats' );
     12returns the correct array of post formats.
     13
     14get_post_format() always returns false on page or custom post types.
     15
     16
    1117Create new page and change post format from normal and publish or save draft.  On refresh the checked value goes back to normal.