File tree 3 files changed +11
-11
lines changed
mu-plugins/wp-mu-plugins/lf-mu/admin
themes/cncf-twenty-two/components
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ public function validate( $input ) {
203
203
204
204
$ options ['social_slack ' ] = ( isset ( $ input ['social_slack ' ] ) && ! empty ( $ input ['social_slack ' ] ) ) ? esc_url ( $ input ['social_slack ' ] ) : '' ;
205
205
206
- $ options ['social_twitch ' ] = ( isset ( $ input ['social_twitch ' ] ) && ! empty ( $ input ['social_twitch ' ] ) ) ? esc_url ( $ input ['social_twitch ' ] ) : '' ;
206
+ $ options ['social_bluesky ' ] = ( isset ( $ input ['social_bluesky ' ] ) && ! empty ( $ input ['social_bluesky ' ] ) ) ? esc_url ( $ input ['social_bluesky ' ] ) : '' ;
207
207
208
208
$ options ['social_twitter ' ] = ( isset ( $ input ['social_twitter ' ] ) && ! empty ( $ input ['social_twitter ' ] ) ) ? esc_url ( $ input ['social_twitter ' ] ) : '' ;
209
209
Original file line number Diff line number Diff line change 72
72
73
73
$ social_slack = ( isset ( $ options ['social_slack ' ] ) && ! empty ( $ options ['social_slack ' ] ) ) ? esc_attr ( $ options ['social_slack ' ] ) : '' ;
74
74
75
- $ social_twitch = ( isset ( $ options ['social_twitch ' ] ) && ! empty ( $ options ['social_twitch ' ] ) ) ? esc_attr ( $ options ['social_twitch ' ] ) : '' ;
75
+ $ social_bluesky = ( isset ( $ options ['social_bluesky ' ] ) && ! empty ( $ options ['social_bluesky ' ] ) ) ? esc_attr ( $ options ['social_bluesky ' ] ) : '' ;
76
76
77
77
$ social_twitter = ( isset ( $ options ['social_twitter ' ] ) && ! empty ( $ options ['social_twitter ' ] ) ) ? esc_attr ( $ options ['social_twitter ' ] ) : '' ;
78
78
@@ -491,14 +491,14 @@ class="clear_upload_image_button button"
491
491
</td>
492
492
</tr>
493
493
<tr>
494
- <th scope="row"><label for="social_twitch">Twitch </label>
494
+ <th scope="row"><label for="social_bluesky">Bluesky </label>
495
495
</th>
496
496
<td>
497
- <input type="text" class="social_twitch regular-text"
498
- id="<?php echo esc_html ( $ this ->plugin_name ); ?> -social_twitch "
499
- name="<?php echo esc_html ( $ this ->plugin_name ); ?> [social_twitch ]"
500
- value="<?php echo esc_url ( $ social_twitch ); ?> "
501
- placeholder="https://www.twitch.tv /handle" />
497
+ <input type="text" class="social_bluesky regular-text"
498
+ id="<?php echo esc_html ( $ this ->plugin_name ); ?> -social_bluesky "
499
+ name="<?php echo esc_html ( $ this ->plugin_name ); ?> [social_bluesky ]"
500
+ value="<?php echo esc_url ( $ social_bluesky ); ?> "
501
+ placeholder="https://bsky.app/profile /handle" />
502
502
</td>
503
503
</tr>
504
504
<tr>
Original file line number Diff line number Diff line change 59
59
href="<?php echo esc_url ( $ site_options ['social_meetup ' ] ); ?> "><?php LF_Utils::get_svg ( 'social/meetup.svg ' ); ?> </a></li>
60
60
<?php endif ; ?>
61
61
62
- <?php if ( isset ( $ site_options ['social_twitch ' ] ) && $ site_options ['social_twitch ' ] ) : ?>
63
- <li class="social-twitch "><a title="<?php echo esc_html ( get_bloginfo ( 'name ' ) ) . ' on Twitch ' ; ?> "
64
- href="<?php echo esc_url ( $ site_options ['social_twitch ' ] ); ?> "><?php LF_Utils::get_svg ( 'social/twitch .svg ' ); ?> </a></li>
62
+ <?php if ( isset ( $ site_options ['social_bluesky ' ] ) && $ site_options ['social_bluesky ' ] ) : ?>
63
+ <li class="social-bluesky "><a title="<?php echo esc_html ( get_bloginfo ( 'name ' ) ) . ' on Bluesky ' ; ?> "
64
+ href="<?php echo esc_url ( $ site_options ['social_bluesky ' ] ); ?> "><?php LF_Utils::get_svg ( 'social/bluesky .svg ' ); ?> </a></li>
65
65
<?php endif ; ?>
66
66
67
67
<?php if ( isset ( $ site_options ['social_slack ' ] ) && $ site_options ['social_slack ' ] ) : ?>
You can’t perform that action at this time.
0 commit comments