diff --git a/template-parts/post-format/content-gallery.php b/template-parts/post-format/content-gallery.php index 5ee177f..c113694 100644 --- a/template-parts/post-format/content-gallery.php +++ b/template-parts/post-format/content-gallery.php @@ -2,10 +2,13 @@ /** * The default template for displaying content. * Used for index/archive/search only. + * Inspired by Twenty Thirteen content-gallery.php * + * @see https://developer.wordpress.org/reference/functions/get_post_gallery/ + * @see https://github.com/WordPress/WordPress/tree/master/wp-content/themes/twentythirteen * @author Mahdi Yazdani * @package Restarter - * @since 1.1.0 + * @since 1.1.2 */ ?> diff --git a/template-parts/post-format/content-quote.php b/template-parts/post-format/content-quote.php index 2ba203a..e0bbbc3 100644 --- a/template-parts/post-format/content-quote.php +++ b/template-parts/post-format/content-quote.php @@ -3,9 +3,10 @@ * The default template for displaying content. * Used for index/archive/search only. * + * @see http://justintadlock.com/archives/2012/08/27/post-formats-quote * @author Mahdi Yazdani * @package Restarter - * @since 1.1.0 + * @since 1.1.2 */ ?> diff --git a/template-parts/post-format/content-video.php b/template-parts/post-format/content-video.php index bab1424..79aeaf1 100644 --- a/template-parts/post-format/content-video.php +++ b/template-parts/post-format/content-video.php @@ -3,14 +3,16 @@ * The default template for displaying content. * Used for index/archive/search only. * + * @see https://developer.wordpress.org/reference/functions/get_media_embedded_in_content/ * @author Mahdi Yazdani * @package Restarter - * @since 1.1.0 + * @since 1.1.2 */ ?>
itemscope="itemscope" itemtype="https://schema.org/BlogPosting" itemprop="blogPost">