diff --git a/404.php b/404.php
index 1067ab0..8394be8 100644
--- a/404.php
+++ b/404.php
@@ -17,11 +17,11 @@
diff --git a/archive.php b/archive.php
index 88703de..850be50 100644
--- a/archive.php
+++ b/archive.php
@@ -39,7 +39,7 @@
endwhile;
// Previous/next page navigation.
- twentynineteen_the_posts_navigation();
+ gatepress_the_posts_navigation();
// If no content, include the "No posts found" template.
else :
diff --git a/classes/class-twentynineteen-svg-icons.php b/classes/class-twentynineteen-svg-icons.php
index 16efb0a..e2dcfcd 100644
--- a/classes/class-twentynineteen-svg-icons.php
+++ b/classes/class-twentynineteen-svg-icons.php
@@ -19,7 +19,7 @@
*
* @since 1.0.0
*/
-class TwentyNineteen_SVG_Icons {
+class gatepress_SVG_Icons {
/**
* Gets the SVG code for a given icon.
diff --git a/classes/class-twentynineteen-walker-comment.php b/classes/class-twentynineteen-walker-comment.php
index 6237a36..997a803 100644
--- a/classes/class-twentynineteen-walker-comment.php
+++ b/classes/class-twentynineteen-walker-comment.php
@@ -12,7 +12,7 @@
*
* @since 1.0.0
*/
-class TwentyNineteen_Walker_Comment extends Walker_Comment {
+class gatepress_Walker_Comment extends Walker_Comment {
/**
* Outputs a comment in the HTML5 format.
@@ -48,22 +48,22 @@
* Using the `check` icon instead of `check_circle`, since we can't add a
* fill color to the inner check shape when in circle form.
*/
- if ( twentynineteen_is_comment_by_post_author( $comment ) ) {
- printf( '%s', twentynineteen_get_icon_svg( 'check', 24 ) );
+ if ( gatepress_is_comment_by_post_author( $comment ) ) {
+ printf( '%s', gatepress_get_icon_svg( 'check', 24 ) );
}
/*
* Using the `check` icon instead of `check_circle`, since we can't add a
* fill color to the inner check shape when in circle form.
*/
- if ( twentynineteen_is_comment_by_post_author( $comment ) ) {
- printf( '%s', twentynineteen_get_icon_svg( 'check', 24 ) );
+ if ( gatepress_is_comment_by_post_author( $comment ) ) {
+ printf( '%s', gatepress_get_icon_svg( 'check', 24 ) );
}
printf(
/* translators: %s: comment author link */
wp_kses(
- __( '%s says:', 'twentynineteen' ),
+ __( '%s says:', 'gatepress' ),
array(
'span' => array(
'class' => array(),
@@ -83,20 +83,20 @@
— ' . $edit_comment_icon, '' );
+ $edit_comment_icon = gatepress_get_icon_svg( 'edit', 16 );
+ edit_comment_link( __( 'Edit', 'gatepress' ), '— ' . $edit_comment_icon, '' );
?>
comment_approved ) : ?>
-
+
diff --git a/comments.php b/comments.php
index d74c1cf..ca54fa8 100644
--- a/comments.php
+++ b/comments.php
@@ -21,7 +21,7 @@
return;
}
-$discussion = twentynineteen_get_discussion_data();
+$discussion = gatepress_get_discussion_data();
?>
- +
diff --git a/footer.php b/footer.php index 9864513..7e5d11d 100644 --- a/footer.php +++ b/footer.php @@ -22,10 +22,10 @@ , - + -