'.__('You can update your profile picture at cn.cravatar.com', 'wpavatar').''; } if (get_option('wpavatar_enable_cravatar', '0') == '1') { add_filter('user_profile_picture_description', 'set_user_profile_picture_for_cravatar', 1); } } add_action('admin_menu', 'wpavatar_create_settings_page'); function wpavatar_create_settings_page() { add_options_page( __('Avatar Settings', 'wpavatar'), __('Avatar', 'wpavatar'), 'manage_options', 'wpavatar-settings', 'wpavatar_render_settings_page' ); } function wpavatar_render_settings_page() { ?>

Cravatar.com.