Skip to content

Commit

Permalink
Merge pull request #5 from nickheer/patch-1
Browse files Browse the repository at this point in the history
Clarified Bluesky handle format in description on admin-page.php
  • Loading branch information
rathlinus authored Feb 7, 2024
2 parents eff8661 + 32fad57 commit e8dfcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function bluesky_plugin_settings_page() {
<div class="bluesky-settings-field">
<label for="bluesky_handle">Bluesky Handle</label>
<input type="text" id="bluesky_handle" name="bluesky_handle" value="<?php echo esc_attr(get_option('bluesky_handle')); ?>" />
<p class="description">Enter your Bluesky handle.</p>
<p class="description">Enter your Bluesky handle. For example: 'username.bsky.social'.</p>
</div>

<div class="bluesky-settings-field">
Expand Down

0 comments on commit e8dfcda

Please sign in to comment.