Plugin Directory

Changeset 2134303


Ignore:
Timestamp:
08/05/2019 01:37:08 PM (6 years ago)
Author:
mehtashail
Message:

Updated File

Location:
maths-calculator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • maths-calculator/trunk/wm-calculator-init.php

    r2134209 r2134303  
    1 <?php
    2 /*
     1<?php /*
    32Plugin Name:  Maths Calculator
    43Plugin URI : https://profiles.wordpress.org/mehtashail/
     
    109Author URL : https://profiles.wordpress.org/mehtashail/
    1110*/
     11?>
     12<?php
    1213// Prevent direct file access
    1314if (!defined('ABSPATH')) {
     
    4748    );
    4849}
    49 
    5050add_action('admin_menu', 'wm_calculator_menu');
    51 
    5251include(WMCALCULATOR_ROOT . 'wm-calculator.php');
    5352?>
  • maths-calculator/trunk/wm-calculator.php

    r2134207 r2134303  
    11<?php
    22function wm_calculator()
    3 {
    4     ?>
     3{?>
    54    <div id='wm-calculator' class="calculator-top">
    65        <form name="calculator">
Note: See TracChangeset for help on using the changeset viewer.