Changeset 46660 for trunk/src/wp-includes/post-formats.php
- Timestamp:
- 11/05/2019 09:21:46 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-formats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r45735 r46660 91 91 * @since 3.1.0 92 92 * 93 * @return array The array of translated post format names.93 * @return string[] Array of post format labels keyed by format slug. 94 94 */ 95 95 function get_post_format_strings() { … … 114 114 * @since 3.1.0 115 115 * 116 * @return arrayThe array of post format slugs as both keys and values.116 * @return string[] The array of post format slugs as both keys and values. 117 117 */ 118 118 function get_post_format_slugs() {
Note: See TracChangeset
for help on using the changeset viewer.