mirror of
https://git.feneas.org/mediaformat/fediembedi
synced 2025-01-22 10:50:27 +01:00
Add links for Support & Updates
This commit is contained in:
parent
648c4cef6f
commit
3ab23e0000
@ -65,6 +65,8 @@ define("FEDI_PXLFD_CONNECTED",isset($pixelfed_account) && $pixelfed_account !==
|
||||
Visit <a href="https://joinpeertube.org" rel="noreferrer noopener" target="_blank" class="">joinpeertube.org</a> to find an instance.</p>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
|
||||
</form>
|
||||
<div>
|
||||
<p>For news and updates follow <a href="https://mastodon.social/@MediaFormat" target="_blank">@MediaFormat</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -341,6 +341,7 @@ class FediConfig
|
||||
*/
|
||||
function fediembedi_add_plugin_page_settings_link( $links ) {
|
||||
$links[] = '<a href="' . admin_url( 'options-general.php?page=fediembedi' ) . '">' . __('Configuration', 'fediembedi') . '</a>';
|
||||
$links[] = '<a href="https://git.feneas.org/mediaformat/fediembedi/issues" target="_blank">' . __('Support', 'fediembedi') . '</a>';
|
||||
return $links;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user