Make WordPress Core

Changeset 17073


Ignore:
Timestamp:
12/20/2010 10:22:06 AM (12 years ago)
Author:
nacin
Message:

Docs for get_post_format_slugs(). props demetris, fixes #15867.

File:
1 edited

Legend:

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

    r16960 r17073  
    50625062}
    50635063
     5064/**
     5065 * Retrieves an array of (translated and sanitized) post format slugs.
     5066 *
     5067 * @since 3.1.0
     5068 *
     5069 * @uses sanitize_title_with_dashes()
     5070 * @return array The array of (translated and sanitized) post format slugs.
     5071 */
    50645072function get_post_format_slugs() {
    50655073    $slugs = array(
Note: See TracChangeset for help on using the changeset viewer.