Changeset 1638649
- Timestamp:
- 04/16/2017 07:25:26 PM (9 years ago)
- Location:
- diff-domain-new-tab
- Files:
-
- 3 edited
-
assets/banner-772x250.jpg (modified) (previous)
-
trunk/diffDomainNewTab.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
diff-domain-new-tab/trunk/diffDomainNewTab.php
r1638632 r1638649 5 5 */ 6 6 /* 7 Plugin Name: WPNew Tab7 Plugin Name: Diff Domain New Tab 8 8 Plugin URI: http://nasssar.me/Plugins/lol-fb-post 9 9 Description: Open links in new tab and save your vistors. … … 17 17 18 18 function diffDomainNewTab() { 19 add_options_page( ' WP New Tab', 'WPNew Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' );19 add_options_page( 'Diff Domain New Tab', 'Diff Domain New Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' ); 20 20 } 21 21 … … 29 29 ?> 30 30 <div class="wrap"> 31 <h2> <?php esc_html_e(' WPNew Tab','diffDomainNewTab') ?></h2>32 <p> <?php esc_html_e(' Open links in new tab and save your visitors','diffDomainNewTab') ?></p>31 <h2> <?php esc_html_e('Diff Domain New Tab','diffDomainNewTab') ?></h2> 32 <p> <?php esc_html_e('Diff Domain New Tab checks your external links and open in new tab.','diffDomainNewTab') ?></p> 33 33 <form method="post" action="options.php"> 34 34 <?php wp_nonce_field('update-options') ?> … … 113 113 <?php endif; ?> 114 114 </form> 115 116 <h2> <?php esc_html_e('Features ','diffDomainNewTab') ?></h2> 117 <ul> 118 119 <?php esc_html_e('<li> Automatically checks all external links','diffDomainNewTab') ?></li> 120 <?php esc_html_e('<li> open youtube , google, facebook, twitter or any social media in a new tab','diffDomainNewTab') ?></li> 121 <?php esc_html_e('<li> keep your visitor on your site and never loose a single visitor again to external sites','diffDomainNewTab') ?></li> 122 <?php esc_html_e('<li> choose what links to open in new tab or widnow','diffDomainNewTab') ?></li> 123 <?php esc_html_e('<li> your website links are filtered automatically','diffDomainNewTab') ?></li> 124 </ul> 125 115 126 <?php 116 127 ?> -
diff-domain-new-tab/trunk/readme.txt
r1638634 r1638649 1 === WP New Tab===1 === diff Domain New Tab === 2 2 Contributors: Alaa nassar 3 Tags: diffDomainNewTab , Wp New Tab ,links, external links, target blank, target new, window.open, new window, blank window, new tab, blank tab, tabs, SEO, xhtml strict, javascript 3 Tags: diffDomainNewTab , Wp New Tab ,links, external links, target blank, target new, window.open, new window, blank window, new tab, blank tab, tabs, SEO, xhtml strict, javascript , alaa nassar , lol 4 4 Requires at least: 2.0 5 Tested up to: 4. 96 Stable tag: WP New Tab5 Tested up to: 4.7.3 6 Stable tag: Diff Domain New Tab 7 7 8 8 9 9 == Description == 10 WpNew Tab checks your external links and open in new tab.10 Diff Domain New Tab checks your external links and open in new tab. 11 11 12 12 == Features == … … 28 28 Bassel Ahmed 29 29 30 = 1.2 = 31 update some data 32 30 33 = 1.0 = 31 34 Initial release
Note: See TracChangeset
for help on using the changeset viewer.