Skip to content

Commit e4f40be

Browse files
committed
Fix minor issues
1 parent 14ee511 commit e4f40be

5 files changed

+5
-11
lines changed

includes/class-hcard-author-widget.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public function __construct() {
1616
'HCard_Widget', // Base ID
1717
'Author Profile H-Card Widget', // Name
1818
array(
19-
'classname' => 'hcard_widget',
20-
'description' => __( 'A widget that allows you to display author profile marked up as an h-card', 'indieweb' ),
19+
'classname' => 'hcard_widget',
20+
'description' => __( 'A widget that allows you to display author profile marked up as an h-card', 'indieweb' ),
2121
'show_instance_in_rest' => true,
2222
)
2323
);

includes/class-hcard-user.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static function silos() {
7373
'baseurl' => 'https://www.flickr.com/people/%s',
7474
'display' => __( 'Flickr username', 'indieweb' ),
7575
),
76-
'bluesky' => array(
76+
'bluesky' => array(
7777
'baseurl' => 'https://bsky.app/profile/%s',
7878
'display' => __( 'Bluesky Username', 'indieweb' ),
7979
),

includes/class-relme-domain-icon-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Rel_Me_Domain_Icon_Map {
3131
'habla.news' => 'nostr',
3232
'nostr.band' => 'nostr',
3333
'bsky.app' => 'bluesky',
34-
'bsky.social' => 'bluesky'
34+
'bsky.social' => 'bluesky',
3535

3636
);
3737

includes/class-relme-widget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct() {
1313
'RelMe_Widget',
1414
__( 'Show My Profiles on Other Sites', 'indieweb' ),
1515
array(
16-
'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' ),
16+
'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' ),
1717
'show_instance_in_rest' => true,
1818
)
1919
);

includes/simple-icons.php

-6
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ function simpleicons_iw_get_names() {
412412
'byjus' => 'Byju/'/gs',
413413
'bytedance' => 'ByteDance',
414414
'c' => 'C',
415-
'c' => 'C#',
416415
'cplusplus' => 'C++',
417416
'cplusplusbuilder' => 'C++ Builder',
418417
'cbc' => 'CBC',
@@ -1118,7 +1117,6 @@ function simpleicons_iw_get_names() {
11181117
'hackster' => 'Hackster',
11191118
'handlebarsdotjs' => 'Handlebars.js',
11201119
'handshake' => 'Handshake',
1121-
'handshake' => 'Handshake',
11221120
'happycow' => 'HappyCow',
11231121
'harbor' => 'Harbor',
11241122
'harmonyos' => 'HarmonyOS',
@@ -1151,7 +1149,6 @@ function simpleicons_iw_get_names() {
11511149
'hiltonhotelsandresorts' => 'Hilton Hotels & Resorts',
11521150
'hitachi' => 'Hitachi',
11531151
'hive' => 'Hive',
1154-
'hive' => 'Hive',
11551152
'hivemq' => 'HiveMQ',
11561153
'homeassistant' => 'Home Assistant',
11571154
'homeassistantcommunitystore' => 'Home Assistant Community Store',
@@ -1626,7 +1623,6 @@ function simpleicons_iw_get_names() {
16261623
'moneygram' => 'MoneyGram',
16271624
'mongodb' => 'MongoDB',
16281625
'mongoose' => 'Mongoose',
1629-
'mongoose' => 'Mongoose',
16301626
'monica' => 'Monica',
16311627
'monkeytype' => 'Monkeytype',
16321628
'monogame' => 'MonoGame',
@@ -2398,7 +2394,6 @@ function simpleicons_iw_get_names() {
23982394
'spreadshirt' => 'Spreadshirt',
23992395
'spreaker' => 'Spreaker',
24002396
'spring' => 'Spring',
2401-
'spring' => 'Spring',
24022397
'springboot' => 'Spring Boot',
24032398
'springsecurity' => 'Spring Security',
24042399
'spyderide' => 'Spyder IDE',
@@ -2664,7 +2659,6 @@ function simpleicons_iw_get_names() {
26642659
'unicode' => 'Unicode',
26652660
'unilever' => 'Unilever',
26662661
'uniqlo' => 'Uniqlo',
2667-
'uniqlo' => 'Uniqlo',
26682662
'unitedairlines' => 'United Airlines',
26692663
'unitednations' => 'United Nations',
26702664
'unity' => 'Unity',

0 commit comments

Comments
 (0)