PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

[rfc patch] link to activation page

  1. Hello All,

    I'm not guru of wp and php programming, however the change below makes more sense to me. Is it a bug in the code actually?

    cheers,
    Anton
    --

    --- activate.php.orig	2013-05-05 14:47:10.378989629 +0200
    +++ activate.php	2013-05-05 14:47:53.862091412 +0200
    @@ -35,7 +35,7 @@ get_header(); ?>
         <?php if ( empty($_GET['key']) && empty($_POST['key']) ) { ?>
    
             <h2><?php _e('Activation Key Required') ?></h2>
    -        <form name="activateform" id="activateform" method="post" action="<?php echo network_site_url('wp-activate.php'); ?>">
    +        <form name="activateform" id="activateform" method="post" action="<?php echo network_site_url('?page=gf_activation'); ?>">
                 <p>
                     <label for="key"><?php _e('Activation Key:') ?></label>
                     <br /><input type="text" name="key" id="key" value="" size="50" />
    @@ -93,4 +93,4 @@ get_header(); ?>
         var key_input = document.getElementById('key');
         key_input && key_input.focus();
     </script>
    <?php get_footer(); ?>
    Posted 11 years ago on Sunday May 5, 2013 | Permalink
  2. I'll bring this to the attention of the development team.

    Posted 11 years ago on Monday May 6, 2013 | Permalink
  3. Thanks Aaron. This was a bug. I've emailed you the latest hotfix. It will be publicly available in the next release of the add-on.

    Posted 11 years ago on Friday May 10, 2013 | Permalink
  4. My pleasure :)

    --
    Anton

    Posted 11 years ago on Saturday May 11, 2013 | Permalink

This topic has been resolved and has been closed to new replies.