Make WordPress Core

Changeset 16534


Ignore:
Timestamp:
11/22/2010 05:05:14 PM (14 years ago)
Author:
nacin
Message:

Add the audio post format, the final format we plan to support. see #14746.

File:
1 edited

Legend:

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

    r16477 r16534  
    52555255        'quote'   => _x( 'Quote',   'Post format' ),
    52565256        'status'  => _x( 'Status',  'Post format' ),
    5257         'video'   => _x( 'Video',   'Post format' )
     5257        'video'   => _x( 'Video',   'Post format' ),
     5258        'audio'   => _x( 'Audio',   'Post format' ),
    52585259    );
    52595260    return $strings;
Note: See TracChangeset for help on using the changeset viewer.