Changeset 17073
- Timestamp:
- 12/20/2010 10:22:06 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r16960 r17073 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(
Note: See TracChangeset
for help on using the changeset viewer.