diff --git a/wp-content/themes/twentynineteen/archive.php b/wp-content/themes/twentynineteen/archive.php index df8b24fb7c..3d2273e43e 100644 --- a/wp-content/themes/twentynineteen/archive.php +++ b/wp-content/themes/twentynineteen/archive.php @@ -45,13 +45,12 @@ get_header(); // If no content, include the "No posts found" template. else : - get_template_part( 'template-parts/content', 'none' ); + get_template_part( 'template-parts/content/content', 'none' ); endif; ?> - - - + + /* material-design – link */ ' ', 'watch' => /* material-design – watch-later */ ' ', 'archive' => /* material-design – folder */ ' ', 'tag' => /* material-design – local_offer */ ' ', 'comment' => /* material-design – comment */ ' ', 'person' => /* material-design – person */ ' ', 'edit' => /* material-design – edit */ ' ', 'chevron_left' => /* material-design – chevron_left */ ' ', 'chevron_right' => /* material-design – chevron_right */ ' ', 'check' => /* material-design – check */ ' ', 'arrow_drop_down_circle' => /* material-design – arrow_drop_down_circle */ ' ', 'keyboard_arrow_down' => /* material-design – keyboard_arrow_down */ ' ', 'keyboard_arrow_right' => /* material-design – keyboard_arrow_right */ ' ', 'keyboard_arrow_left' => /* material-design – keyboard_arrow_left */ ' ', + + 'arrow_drop_down_ellipsis' => /* custom – arrow_drop_down_ellipsis */ ' +', ); @@ -203,6 +211,9 @@ class TwentyNineteen_SVG_Icons { 'google-plus' => array( 'plus.google.com', ), + 'lastfm' => array( + 'last.fm', + ), 'mail' => array( 'mailto:', ), @@ -229,213 +240,217 @@ class TwentyNineteen_SVG_Icons { static $social_icons = array( '500px' => ' ', 'amazon' => ' ', 'apple' => ' ', 'bandcamp' => ' ', 'behance' => ' ', 'chain' => ' ', 'codepen' => ' ', 'deviantart' => ' ', 'digg' => ' ', 'dribbble' => ' ', 'dropbox' => ' ', 'etsy' => ' ', 'facebook' => ' ', 'feed' => ' ', 'flickr' => ' ', 'foursquare' => ' ', 'goodreads' => ' ', 'google-plus' => ' ', 'google' => ' ', 'github' => ' ', 'instagram' => ' ', + + 'lastfm' => ' +', 'linkedin' => ' ', 'mail' => ' ', 'meetup' => ' ', 'medium' => ' ', 'pinterest' => ' ', 'pocket' => ' ', 'reddit' => ' ', 'skype' => ' ', 'slideshare' => ' ', 'snapchat' => ' ', 'soundcloud' => ' ', 'spotify' => ' ', 'stumbleupon' => ' ', 'tumblr' => ' ', 'twitch' => ' ', 'twitter' => ' ', 'vimeo' => ' ', 'vk' => ' ', 'wordpress' => ' ', 'yelp' => ' ', 'youtube' => ' ', ); diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php index 5d94fd7dac..b39185e45e 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -55,8 +55,8 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment { printf( 'says:', 'twentynineteen' ), sprintf( '%s', $comment_author ) ); @@ -69,9 +69,12 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {
', twentynineteen_get_icon_svg( 'check', 24 ) ); } - /* translators: %s: comment author link */ printf( + /* translators: %s: comment author link */ __( '%s