Add links for Support & Updates

This commit is contained in:
Django Doucet 2020-02-01 02:06:51 -05:00
parent 648c4cef6f
commit 3ab23e0000
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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;
}