diff --git a/README.md b/README.md index 377664e43..433f08f75 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Project Nami =============== -### Version: `2.0.1` ### +### Version: `2.0.2` ### ### Description: ### [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://deploy.azure.com/?repository=https://github.com/ProjectNami/projectnami/tree/latest) diff --git a/wp-admin/about.php b/wp-admin/about.php index d17c1cf70..7eeea18fe 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -62,6 +62,24 @@

+

+ Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', + 73 + ), + '5.0.2', + number_format_i18n( 73 ) + ); + ?> + the release notes.' ), 'https://codex.wordpress.org/Version_5.0.2' ); + ?> +

diff --git a/wp-content/themes/twentynineteen/archive.php b/wp-content/themes/twentynineteen/archive.php index 3d2273e43..88703de75 100644 --- a/wp-content/themes/twentynineteen/archive.php +++ b/wp-content/themes/twentynineteen/archive.php @@ -20,8 +20,6 @@

diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php index 0d839a372..8721dc32a 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php @@ -205,16 +205,16 @@ public static function get_social_link_svg( $uri, $size ) { 'facebook.com', 'fb.me', ), - 'feed' => array( + 'feed' => array( 'feed', ), 'google-plus' => array( 'plus.google.com', ), - 'lastfm' => array( + 'lastfm' => array( 'last.fm', ), - 'mail' => array( + 'mail' => array( 'mailto:', ), 'slideshare' => array( 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 b39185e45..51dc15c44 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -33,37 +33,42 @@ protected function html5_comment( $comment, $depth, $args ) {
+ + -