mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user