standardise comment

This commit is contained in:
Champ Camba
2017-02-19 13:22:12 +08:00
parent 0f3cce69d7
commit 31ceaf8b0a
+3 -3
View File
@@ -1,8 +1,8 @@
<?php
/***
*** @the um_action
***/
/**
* Processes the requests of UM actions
*/
add_action('init','um_action_request_process', 10);
function um_action_request_process(){
global $ultimatemember;