Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 17029)
+++ wp-includes/post.php	(working copy)
@@ -5061,6 +5061,14 @@
 	return $strings;
 }
 
+/**
+ * Retrieves an array of (translated and sanitized) post format slugs.
+ *
+ * @since 3.1.0
+ *
+ * @uses sanitize_title_with_dashes()
+ * @return array The array of (translated and sanitized) post format slugs.
+ */
 function get_post_format_slugs() {
 	$slugs = array(
 		'standard' => _x( 'standard', 'Post format slug' ),
