Changeset 1637013
- Timestamp:
- 04/13/2017 04:32:23 PM (9 years ago)
- Location:
- vnative/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
vnative.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vnative/trunk/readme.txt
r1636993 r1637013 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 2. 37 Stable tag: 2.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
vnative/trunk/vnative.php
r1636993 r1637013 4 4 *Plugin Name: vNative 5 5 *Description: Empowering smart performance marketing, through native sponsored content unit. 6 *Version: 2. 36 *Version: 2.4 7 7 *Author: vNative 8 8 *Author URI: http://vnative.com … … 13 13 $dir = plugin_dir_url( __FILE__ ); 14 14 15 echo$p_id = get_option('vpublisher_id');15 $p_id = get_option('vpublisher_id'); 16 16 17 17 $api = get_option('vapi_key');
Note: See TracChangeset
for help on using the changeset viewer.