PluginProbe
School Management System – WPSchoolPress / trunk
School Management System – WPSchoolPress vtrunk
2.2.48 2.2.47 2.2.46 2.2.45 2.2.44 2.2.43 2.2.42 2.2.41 2.2.40 2.2.39 2.2.38 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 All 103 releases
← All changes | includes/wpsp-studentProfile.php +1 -1 2.2.43trunk View file →
@@ -703,9 +703,9 @@
703 703 <input type="text" data-is_required="<?php echo esc_attr($is_required); ?>" class="wpsp-form-control" id="Rollno" value="<?php echo esc_attr($stinfo->s_rollno); ?>" name="s_rollno">
704 704 </div>
705 705 </div>
706 706 <?php
707 - do_action('wpsp_after_student_school_detail_fields');
707 + do_action('wpsp_after_student_school_detail_fields', isset($stinfo->wp_usr_id) ? $stinfo->wp_usr_id : 0);
708 708 ?>
709 709 </div>
710 710 <div class="">
711 711 <button type="submit" class="wpsp-btn wpsp-btn-success" id="studentform"><?php echo esc_html("Update","wpschoolpress");?></button>&nbsp;&nbsp;