Plugin Directory

Changeset 1638649


Ignore:
Timestamp:
04/16/2017 07:25:26 PM (9 years ago)
Author:
Alaanassar
Message:

new changes

Location:
diff-domain-new-tab
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • diff-domain-new-tab/trunk/diffDomainNewTab.php

    r1638632 r1638649  
    55    */
    66   /*
    7    Plugin Name: WP New Tab
     7   Plugin Name: Diff Domain New Tab
    88   Plugin URI: http://nasssar.me/Plugins/lol-fb-post
    99   Description: Open links in new tab and save your vistors.
     
    1717
    1818   function diffDomainNewTab() {
    19     add_options_page( 'WP New Tab', 'WP New Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' );
     19    add_options_page( 'Diff Domain New Tab', 'Diff Domain New Tab', 'manage_options', 'diffDomainNewTab', 'diffDomainNewTabFun' );
    2020   }
    2121
     
    2929   ?>
    3030<div class="wrap">
    31    <h2> <?php esc_html_e('WP New 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>
    3333   <form method="post" action="options.php">
    3434      <?php wp_nonce_field('update-options') ?>
     
    113113      <?php endif; ?>
    114114   </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
    115126   <?php
    116127      ?>
  • diff-domain-new-tab/trunk/readme.txt

    r1638634 r1638649  
    1 === WP New Tab ===
     1=== diff Domain New Tab ===
    22Contributors: 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
     3Tags: 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
    44Requires at least: 2.0
    5 Tested up to: 4.9
    6 Stable tag: WP New Tab
     5Tested up to: 4.7.3
     6Stable tag: Diff Domain New Tab
    77
    88 
    99== Description ==
    10 Wp New Tab checks your external links and open in new tab.
     10Diff Domain New Tab checks your external links and open in new tab.
    1111
    1212== Features ==
     
    2828Bassel Ahmed
    2929
     30= 1.2 =
     31update some data
     32
    3033= 1.0 =
    3134Initial release
Note: See TracChangeset for help on using the changeset viewer.