From 69c17f9c1942fd0d6a5ea941636e87723b8a6fe2 Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 16:19:29 -0500 Subject: dos2unix on all .php files, begin paring down admin page and site branding. --- inc/template-tags.php | 84 +++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'inc/template-tags.php') diff --git a/inc/template-tags.php b/inc/template-tags.php index 7cc12c8..b24b18d 100644 --- a/inc/template-tags.php +++ b/inc/template-tags.php @@ -1,42 +1,42 @@ -'; - - /** - * Get default strings. - * - * @see astra_default_strings - */ - comments_popup_link( astra_default_strings( 'string-blog-meta-leave-a-comment', false ), astra_default_strings( 'string-blog-meta-one-comment', false ), astra_default_strings( 'string-blog-meta-multiple-comment', false ) ); - echo ''; - } - - astra_edit_post_link( - sprintf( - /* translators: %s: Name of current post */ - esc_html__( 'Edit %s', 'astra' ), - the_title( '"', '"', false ) - ), - '', - '' - ); - } -endif; +'; + + /** + * Get default strings. + * + * @see astra_default_strings + */ + comments_popup_link( astra_default_strings( 'string-blog-meta-leave-a-comment', false ), astra_default_strings( 'string-blog-meta-one-comment', false ), astra_default_strings( 'string-blog-meta-multiple-comment', false ) ); + echo ''; + } + + astra_edit_post_link( + sprintf( + /* translators: %s: Name of current post */ + esc_html__( 'Edit %s', 'astra' ), + the_title( '"', '"', false ) + ), + '', + '' + ); + } +endif; -- cgit v1.2.3-70-g09d2