Post Format prompt copy tweaks. props sabreuse. see #19570
git-svn-id: http://core.svn.wordpress.org/trunk@23845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
adb61a1876
commit
bcc9c61e57
|
@ -155,10 +155,10 @@ if ( post_type_supports( $post_type, 'post-formats' ) ) {
|
|||
'description' => __( 'Add a link URL below.' )
|
||||
),
|
||||
'video' => array (
|
||||
'description' => __( 'Paste a video embed into the box, upload a video file, or choose one from your Media Library.' )
|
||||
'description' => __( 'Select or upload a video, or paste a video embed code into the box.' )
|
||||
),
|
||||
'audio' => array (
|
||||
'description' => __( 'Paste an audio embed into the box, upload an audio file, or choose one from your Media Library.' )
|
||||
'description' => __( 'Select or upload an audio file, or paste an audio embed code into the box.' )
|
||||
),
|
||||
'chat' => array (
|
||||
'description' => __( 'Copy a chat or Q&A transcript into the editor.' )
|
||||
|
|
Loading…
Reference in New Issue