Commit e7048f5e authored by John Punzalan's avatar John Punzalan

Add abilities

parent 33bf19d6
......@@ -20,7 +20,11 @@ add_thickbox();
?>
<div class="wrap">
<h1><?php _e( 'Add Ability', 'esi' ); ?></h1>
<?php if ($_GET['action'] == 'view'): ?>
<h1><?php _e( 'Update Ability', 'esi' ); ?> : <?= $item->name ?></h1>
<?php else: ?>
<h1><?php _e( 'Add Ability', 'esi' ); ?></h1>
<?php endif; ?>
<form action="" method="post">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment