Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23725


Ignore:
Timestamp:
03/09/2013 03:00:26 AM (12 years ago)
Author:
wonderboymusic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23725 – Description

    initial v1  
    11This ticket description will be updated to list all associated Post Format / Media tickets, their purpose, plus their dependencies. I will also add a combined patch which will be a merge of several of my local Git branches (I have one branch per ticket, following the scribu branching vibes)
     2
     3== Media: Audio / Video ==
     4
     5- #23282 Add shortcodes for inline HTML5 audio / video
     6- #23673 Add functions to generate metadata for video / audio
     7
     8== Admin ==
     9
     10- #15323 Filter by post format in wp-admin/edit
     11- #23198 Pass post format as a class to TinyMCE init
     12- #16047 Post formats should have its own column on edit.php, hidden by default
     13- #19570 Post Formats: admin UI + fallbacks for themes that don't support them
     14
     15== Theme / Compat ==
     16
     17- #22960 Add functions to extract images from content, attached to post, [gallery], or arbitrary string
     18- #23570 Add functions to extract a URL from an arbitrary string, HTML, or the current $post
     19- #23572 Add functions to parse Audio / Video data out of arbitrary content or a post
     20- #23625 Add function to extract or parse chat as structured data
     21- #23347 Theme fallbacks for post format meta data