Docs: Improve inline comments per the documentation standards.
Includes minor code layout fixes for better readability. See #48303. Built from https://develop.svn.wordpress.org/trunk@47122 git-svn-id: http://core.svn.wordpress.org/trunk@46922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -94,7 +94,7 @@ function set_post_format( $post, $format ) {
|
||||
*/
|
||||
function get_post_format_strings() {
|
||||
$strings = array(
|
||||
'standard' => _x( 'Standard', 'Post format' ), // Special case. any value that evals to false will be considered standard
|
||||
'standard' => _x( 'Standard', 'Post format' ), // Special case. Any value that evals to false will be considered standard.
|
||||
'aside' => _x( 'Aside', 'Post format' ),
|
||||
'chat' => _x( 'Chat', 'Post format' ),
|
||||
'gallery' => _x( 'Gallery', 'Post format' ),
|
||||
|
||||
Reference in New Issue
Block a user