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

See #27700.


git-svn-id: https://develop.svn.wordpress.org/trunk@28003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-04-07 20:28:05 +00:00
parent f9e150c068
commit 3011b3efef

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
*/