Changeset 1414820
- Timestamp:
- 05/11/2016 02:38:46 PM (10 years ago)
- Location:
- keyword-counter-and-density-calculator/trunk
- Files:
-
- 2 edited
-
keyword-counter-density-calculator.php (modified) (1 diff)
-
settings-page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keyword-counter-and-density-calculator/trunk/keyword-counter-density-calculator.php
r1400558 r1414820 129 129 function create_words_table( $wordcounts, $total_count, $count_wo_small ){ 130 130 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>'; 133 133 $i=1; 134 134 foreach( $wordcounts as $word=>$count ){ -
keyword-counter-and-density-calculator/trunk/settings-page.php
r1400558 r1414820 54 54 </tr> 55 55 <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> 57 57 <td> 58 58 <textarea name="wpsos-kdc-words-to-exclude"><?php echo $settings['words_to_exclude']; ?></textarea> … … 64 64 <?php if( $current_tab == 'advanced' ): ?> 65 65 <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> 67 67 <table class="form-table"> 68 68 <tr>
Note: See TracChangeset
for help on using the changeset viewer.