Changeset 1812365
- Timestamp:
- 01/31/2018 03:39:32 AM (8 years ago)
- Location:
- rsv-rss-viewer/trunk
- Files:
-
- 6 edited
-
insertdata.php (modified) (1 diff)
-
license.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
rsv-rss.php (modified) (1 diff)
-
shortcode.php (modified) (1 diff)
-
viewdata.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rsv-rss-viewer/trunk/insertdata.php
r1483443 r1812365 14 14 require_once( ABSPATH . 'wp-admin/includes/upgrade.php' ); 15 15 dbDelta( $sql ); 16 17 16 18 17 -
rsv-rss-viewer/trunk/license.txt
r1483443 r1812365 4 4 5 5 6 7 6 Copyright (C) 2015 8 7 -
rsv-rss-viewer/trunk/readme.txt
r1723019 r1812365 5 5 Tags: rss,rsv,rsv rss, rss viewer, get rss 6 6 Requires at least: 3.0 7 Tested up to: 4. 8.17 Tested up to: 4.9.1 8 8 Stable tag: 1.0 9 9 License: GPLv2 or later … … 42 42 = 1.0 = 43 43 This is the first version of RSV RSS WordPress plugin. 44 45 -
rsv-rss-viewer/trunk/rsv-rss.php
r1483443 r1812365 7 7 Version: 1.0 8 8 */ 9 9 10 defined( 'ABSPATH' ) or die( 'No script kiddies please!' ); 10 11 include('shortcode.php'); -
rsv-rss-viewer/trunk/shortcode.php
r1483443 r1812365 63 63 //[rsvrss] 64 64 add_shortcode( 'rsvrss', 'rsv_rss_dashboard_widget_function' ); 65 66 67 68 69 70 65 ?> -
rsv-rss-viewer/trunk/viewdata.php
r1483443 r1812365 60 60 } 61 61 ?> 62 63 62 <style type="text/css"> 64 63 .rssDataTable{
Note: See TracChangeset
for help on using the changeset viewer.