mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
standardise comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user