From 3011b3efefcb97c702b58fd7c160f9658c502169 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Mon, 7 Apr 2014 20:28:05 +0000 Subject: [PATCH] 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 --- src/wp-includes/media-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/media-template.php b/src/wp-includes/media-template.php index 4e20c049e9..f73209eac8 100644 --- a/src/wp-includes/media-template.php +++ b/src/wp-includes/media-template.php @@ -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 */