mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
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:
parent
10b8c92b1e
commit
c2e0a4bf46
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user