Plugin Directory

Changeset 1414820


Ignore:
Timestamp:
05/11/2016 02:38:46 PM (10 years ago)
Author:
stubgo
Message:

fix links pointing to plugin URL

Location:
keyword-counter-and-density-calculator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • keyword-counter-and-density-calculator/trunk/keyword-counter-density-calculator.php

    r1400558 r1414820  
    129129    function create_words_table( $wordcounts, $total_count, $count_wo_small ){
    130130       
    131         $resp = '<table id="kdc-counts"><thead><th>Keyword<br/></th><th>Count<br/></th><th>Density (excluding small words)<p class="subnote">Premium feature. <a target="_blank" href="https://www.wpsos.io/plugin-payment/?plan=keyword-counter-density">Upgrade now!</a></p></th><th>Density (including small words)<p class="subnote">Premium feature. <a target="_blank" href="https://www.wpsos.io/plugin-payment/?plan=keyword-counter-density">Upgrade now!</a></p></th>
    132                 <th>SEO Friendliness<p class="subnote">Premium feature. <a target="_blank" href="https://www.wpsos.io/plugin-payment/?plan=keyword-counter-density">Upgrade now!</a></p></th></thead>';
     131        $resp = '<table id="kdc-counts"><thead><th>Keyword<br/></th><th>Count<br/></th><th>Density (excluding small words)<p class="subnote">Premium feature. <a target="_blank" href="https://www.wpsos.io/wordpress-plugin-keyword-counter-and-density-calculator/">Upgrade now!</a></p></th><th>Density (including small words)<p class="subnote">Premium feature. <a target="_blank" href="https://www.wpsos.io/wordpress-plugin-keyword-counter-and-density-calculator/">Upgrade now!</a></p></th>
     132                <th>SEO Friendliness<p class="subnote">Premium feature. <a target="_blank" href="https://www.wpsos.io/wordpress-plugin-keyword-counter-and-density-calculator/">Upgrade now!</a></p></th></thead>';
    133133        $i=1;
    134134        foreach( $wordcounts as $word=>$count ){
  • keyword-counter-and-density-calculator/trunk/settings-page.php

    r1400558 r1414820  
    5454                    </tr>
    5555                    <tr>
    56                         <th>Words to exclude<p class="subnote">Accepts single words only</p><p class="subnote">Free version allows up to 3 words. <a target="_blank" href="https://www.wpsos.io/plugin-payment/?plan=keyword-counter-density">Upgrade now!</a></p></th>
     56                        <th>Words to exclude<p class="subnote">Accepts single words only</p><p class="subnote">Free version allows up to 3 words. <a target="_blank" href="https://www.wpsos.io/wordpress-plugin-keyword-counter-and-density-calculator/">Upgrade now!</a></p></th>
    5757                        <td>
    5858                            <textarea name="wpsos-kdc-words-to-exclude"><?php echo $settings['words_to_exclude']; ?></textarea>
     
    6464                <?php if( $current_tab == 'advanced' ): ?>
    6565                <h3>Advanced Settings</h3>
    66                 <strong>These features are available in the premium version only and listed here for informational purposes. <a target="_blank" href="https://www.wpsos.io/plugin-payment/?plan=keyword-counter-density">Upgrade now!</a></strong>
     66                <strong>These features are available in the premium version only and listed here for informational purposes. <a target="_blank" href="https://www.wpsos.io/wordpress-plugin-keyword-counter-and-density-calculator/">Upgrade now!</a></strong>
    6767                <table class="form-table">
    6868                    <tr>
Note: See TracChangeset for help on using the changeset viewer.