Skip to content

Commit

Permalink
Fix minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Mar 3, 2024
1 parent 14ee511 commit e4f40be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions includes/class-hcard-author-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public function __construct() {
'HCard_Widget', // Base ID
'Author Profile H-Card Widget', // Name
array(
'classname' => 'hcard_widget',
'description' => __( 'A widget that allows you to display author profile marked up as an h-card', 'indieweb' ),
'classname' => 'hcard_widget',
'description' => __( 'A widget that allows you to display author profile marked up as an h-card', 'indieweb' ),
'show_instance_in_rest' => true,
)
);
Expand Down
2 changes: 1 addition & 1 deletion includes/class-hcard-user.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static function silos() {
'baseurl' => 'https://www.flickr.com/people/%s',
'display' => __( 'Flickr username', 'indieweb' ),
),
'bluesky' => array(
'bluesky' => array(
'baseurl' => 'https://bsky.app/profile/%s',
'display' => __( 'Bluesky Username', 'indieweb' ),
),
Expand Down
2 changes: 1 addition & 1 deletion includes/class-relme-domain-icon-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Rel_Me_Domain_Icon_Map {
'habla.news' => 'nostr',
'nostr.band' => 'nostr',
'bsky.app' => 'bluesky',
'bsky.social' => 'bluesky'
'bsky.social' => 'bluesky',

);

Expand Down
2 changes: 1 addition & 1 deletion includes/class-relme-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct() {
'RelMe_Widget',
__( 'Show My Profiles on Other Sites', 'indieweb' ),
array(
'description' => __( 'Adds automatic rel-me URLs based on default author profile information. Rel=me links are links to your presence on other websites and visually appear like many social link widgets', 'indieweb' ),
'description' => __( 'Adds automatic rel-me URLs based on default author profile information. Rel=me links are links to your presence on other websites and visually appear like many social link widgets', 'indieweb' ),
'show_instance_in_rest' => true,
)
);
Expand Down
6 changes: 0 additions & 6 deletions includes/simple-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ function simpleicons_iw_get_names() {
'byjus' => 'Byju/'/gs',
'bytedance' => 'ByteDance',
'c' => 'C',
'c' => 'C#',
'cplusplus' => 'C++',
'cplusplusbuilder' => 'C++ Builder',
'cbc' => 'CBC',
Expand Down Expand Up @@ -1118,7 +1117,6 @@ function simpleicons_iw_get_names() {
'hackster' => 'Hackster',
'handlebarsdotjs' => 'Handlebars.js',
'handshake' => 'Handshake',
'handshake' => 'Handshake',
'happycow' => 'HappyCow',
'harbor' => 'Harbor',
'harmonyos' => 'HarmonyOS',
Expand Down Expand Up @@ -1151,7 +1149,6 @@ function simpleicons_iw_get_names() {
'hiltonhotelsandresorts' => 'Hilton Hotels & Resorts',
'hitachi' => 'Hitachi',
'hive' => 'Hive',
'hive' => 'Hive',
'hivemq' => 'HiveMQ',
'homeassistant' => 'Home Assistant',
'homeassistantcommunitystore' => 'Home Assistant Community Store',
Expand Down Expand Up @@ -1626,7 +1623,6 @@ function simpleicons_iw_get_names() {
'moneygram' => 'MoneyGram',
'mongodb' => 'MongoDB',
'mongoose' => 'Mongoose',
'mongoose' => 'Mongoose',
'monica' => 'Monica',
'monkeytype' => 'Monkeytype',
'monogame' => 'MonoGame',
Expand Down Expand Up @@ -2398,7 +2394,6 @@ function simpleicons_iw_get_names() {
'spreadshirt' => 'Spreadshirt',
'spreaker' => 'Spreaker',
'spring' => 'Spring',
'spring' => 'Spring',
'springboot' => 'Spring Boot',
'springsecurity' => 'Spring Security',
'spyderide' => 'Spyder IDE',
Expand Down Expand Up @@ -2664,7 +2659,6 @@ function simpleicons_iw_get_names() {
'unicode' => 'Unicode',
'unilever' => 'Unilever',
'uniqlo' => 'Uniqlo',
'uniqlo' => 'Uniqlo',
'unitedairlines' => 'United Airlines',
'unitednations' => 'United Nations',
'unity' => 'Unity',
Expand Down

0 comments on commit e4f40be

Please sign in to comment.