Plugin Directory

Changeset 2021029


Ignore:
Timestamp:
01/29/2019 09:31:15 AM (7 years ago)
Author:
callsheet
Message:

change in readme and remove echo die in display file

Location:
callsheet/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • callsheet/trunk/README.txt

    r2021017 r2021029  
    5555== Changelog ==
    5656
     57= 1.0.1 =
    5758* 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.
    5960
    6061== Upgrade Notice ==
    6162
     63= 1.0.1 =
    6264There is no upgrade yet.
    6365
  • callsheet/trunk/admin/partials/callsheet-admin-display.php

    r2021003 r2021029  
    1515<!-- This file should primarily consist of HTML with a little bit of PHP. -->
    1616<?php
    17     echo 'in display file'; die;
     17   
    1818        global $wpdb;
    1919        $client_master = $wpdb->prefix.'call_sheet_client_master';
Note: See TracChangeset for help on using the changeset viewer.