Space vs tab in function descriptions for `wp_underscore_audio_template()` and `wp_underscore_video_template()`.

See #27700.

Built from https://develop.svn.wordpress.org/trunk@28003


git-svn-id: http://core.svn.wordpress.org/trunk@27833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-04-07 20:29:14 +00:00
parent 10b8c92b1e
commit c2e0a4bf46
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
/**
* Output the markup for a audio tag to be used in an Underscore template
* when data.model is passed.
* when data.model is passed.
*
* @since 3.9.0
*/
@ -42,7 +42,7 @@ function wp_underscore_audio_template() {
/**
* Output the markup for a video tag to be used in an Underscore template
* when data.model is passed.
* when data.model is passed.
*
* @since 3.9.0
*/