Changeset 47122 for trunk/src/wp-includes/post-formats.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post-formats.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-formats.php
r46823 r47122 95 95 function get_post_format_strings() { 96 96 $strings = array( 97 'standard' => _x( 'Standard', 'Post format' ), // Special case. any value that evals to false will be considered standard97 'standard' => _x( 'Standard', 'Post format' ), // Special case. Any value that evals to false will be considered standard. 98 98 'aside' => _x( 'Aside', 'Post format' ), 99 99 'chat' => _x( 'Chat', 'Post format' ),
Note: See TracChangeset
for help on using the changeset viewer.