Changeset 41284
- Timestamp:
- 08/20/2017 08:02:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r33734 r41284 103 103 104 104 /** 105 * Retrieves anarray of post format slugs.106 * 107 * @since 3.1.0 108 * 109 * @return array The array of post format slugs .105 * Retrieves the array of post format slugs. 106 * 107 * @since 3.1.0 108 * 109 * @return array The array of post format slugs as both keys and values. 110 110 */ 111 111 function get_post_format_slugs() {
Note: See TracChangeset
for help on using the changeset viewer.