Changeset 2021029
- Timestamp:
- 01/29/2019 09:31:15 AM (7 years ago)
- Location:
- callsheet/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
admin/partials/callsheet-admin-display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
callsheet/trunk/README.txt
r2021017 r2021029 55 55 == Changelog == 56 56 57 = 1.0.1 = 57 58 * Directly you can view client profile on frontend when you click from view option from backend. 58 * Another change.59 * You can set how many records you want to display on frontend. 59 60 60 61 == Upgrade Notice == 61 62 63 = 1.0.1 = 62 64 There is no upgrade yet. 63 65 -
callsheet/trunk/admin/partials/callsheet-admin-display.php
r2021003 r2021029 15 15 <!-- This file should primarily consist of HTML with a little bit of PHP. --> 16 16 <?php 17 echo 'in display file'; die;17 18 18 global $wpdb; 19 19 $client_master = $wpdb->prefix.'call_sheet_client_master';
Note: See TracChangeset
for help on using the changeset viewer.