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