Changeset 1947238
- Timestamp:
- 09/26/2018 09:38:10 AM (8 years ago)
- Location:
- v-player/trunk
- Files:
-
- 2 edited
-
V-player.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v-player/trunk/V-player.php
r1944901 r1947238 58 58 global $wpdb, $table_prefix; 59 59 60 $table_vpa = esq_sql($table_prefix."vpa_posts");60 $table_vpa = $table_prefix."vpa_posts"; 61 61 62 62 //Check table already exists -
v-player/trunk/readme.txt
r1944896 r1947238 46 46 47 47 = 1.0 = 48 * First version48 * fix bugs 49 49 50 50 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.