diff -r d255fe9cd479 -r 00ac8f60d73f wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/content_timeline_index.php --- a/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/pages/content_timeline_index.php Tue Oct 15 15:48:13 2019 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,76 +0,0 @@ -
-

Timelines - " class="add-new-h2">Add New -

- - - - - - - - - - - - - - - - - - - - - - - - base_prefix; - - if($_GET['action'] == 'delete') { - $wpdb->query('DELETE FROM '. $prefix . 'ctimelines WHERE id = '.$_GET['id']); - } - $timelines = $wpdb->get_results("SELECT * FROM " . $prefix . "ctimelines ORDER BY id"); - if (count($timelines) == 0) { - echo ''. - ''. - ''; - } else { - $tname; - foreach ($timelines as $timeline) { - $tname = $timeline->name; - if(!$tname) { - $tname = 'Timeline #' . $timeline->id . ' (untitled)'; - } - echo ''. - ''. - ''. - '' . - ''. - ''; - } - } - ?> - - -
IDNameShortcodeActions
IDNameShortcodeActions
No timelines found.
' . $timeline->id . '' . ''.$tname.'' . ' [content_timeline id="' . $timeline->id . '"]' . 'Edit | '. - 'Delete'. - '
-
- -

Step by step:

- -
-
- \ No newline at end of file