'.__( 'Hide your affiliate parameters from all links on your blog! Without further configuration this plugin will hide all parameters in all external/internal links of your blog which is fine for most situations.', 'AffiliateLinkProtect').'
'.__( 'To become more specific you may use the following fields:', 'AffiliateLinkProtect').'
'.__( 'How it works', 'AffiliateLinkProtect').'
'.__( 'When a blog page is displayed this plugin saves all links in the page to memory and displays the urls on "mouse over" without parameters.', 'AffiliateLinkProtect').'
'.__( 'As soon as a link is clicked the user is directed to the internally saved link including all parameters', 'AffiliateLinkProtect').'.
'; } function AffiliateLinkProtect_settings () { register_setting( 'AffiliateLinkProtect', 'alp_param' ); register_setting( 'AffiliateLinkProtect', 'alp_elimi_paras' ); register_setting( 'AffiliateLinkProtect', 'alp_count' ); } function AffiliateLinkProtect_menu(){ add_options_page( 'Affiliate Link Protect', 'Affiliate Link Protect', 'manage_options', 'AffiliateLinkProtect', 'AffiliateLinkProtectAdminPage'); } ?>