Skip to content

Commit

Permalink
fix code documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoprimo committed Apr 27, 2014
1 parent 6be40d9 commit a20ecd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ function sc_filter_avatar($avatar, $id_or_email, $size, $default, $alt) {
/**
* Add link to Social Connect settings page in the plugins page
*
* @return null
* @return array plugin links
*/
function sc_add_settings_link( $default_links ) {
$links = array('<a href="' . get_admin_url(null, 'options-general.php?page=social-connect-id') . '">' . __('Settings', 'social_connect') . '</a>');
Expand Down

0 comments on commit a20ecd4

Please sign in to comment.