Ticket #15867: t15867-get_post_format_slugs-phpdoc.diff
File t15867-get_post_format_slugs-phpdoc.diff, 562 bytes (added by , 14 years ago) |
---|
-
wp-includes/post.php
5061 5061 return $strings; 5062 5062 } 5063 5063 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 */ 5064 5072 function get_post_format_slugs() { 5065 5073 $slugs = array( 5066 5074 'standard' => _x( 'standard', 'Post format slug' ),