Changeset 959804
- Timestamp:
- 08/04/2014 08:02:07 AM (12 years ago)
- Location:
- emarksheet
- Files:
-
- 7 deleted
- 3 edited
-
tags/1.0 (deleted)
-
tags/1.1 (deleted)
-
tags/1.15 (deleted)
-
tags/1.18 (deleted)
-
tags/1.2 (deleted)
-
tags/1.3 (deleted)
-
trunk/emarksheet.php (modified) (2 diffs)
-
trunk/lordlinus_marksheet_shortcode.php (deleted)
-
trunk/menu-pages/help.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
emarksheet/trunk/emarksheet.php
r958136 r959804 5 5 Description: This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. 6 6 Author: rohitashv 7 Version: 1.3 17 Version: 1.33 8 8 Author URI: http://eexamhall.com/ 9 9 */ … … 63 63 include('menu-pages/uninstall.php'); 64 64 } 65 add_shortcode('SHOW_EMARKSHEET','lordlinus_emark_shortcode');66 function lordlinus_emark_shortcode()67 {68 include("lordlinus_marksheet_shortcode.php");69 }70 65 ?> -
emarksheet/trunk/menu-pages/help.php
r957392 r959804 11 11 Step 5 : Print Marksheet<br/><br/> 12 12 <hr/> 13 <strong>Launching Marksheet : </strong><br/><br/> 14 To launch Result on your front end, just add shortcode <strong><em>[SHOW_EMARKSHEET]</em></strong> to your page or post and publish it 15 <hr/> 13 16 14 <strong>Regarding Support : </strong><br/><br/> 17 15 in case of any support, you can send us mail at <strong><em>ucerturohit[at]gmail[dot]com</em></strong> -
emarksheet/trunk/readme.txt
r958136 r959804 4 4 Tags: emarksheet, online marksheet creator, create marksheet online, online marksheet 5 5 Requires at least: 3.2 6 Stable tag: 1.3 16 Stable tag: 1.33 7 7 8 8 This is a simple and unique wordpress plugin to create a simple marksheet using wordpress. You can also give a link to your users to see the result and print it. … … 56 56 First Version released 57 57 58 =1.2=59 Now you can set the result on front end by adding shortcode [SHOW_EMARKSHEET]60 61 58 =1.3= 62 59 Now Print option is available at front end
Note: See TracChangeset
for help on using the changeset viewer.