mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-01 03:58:07 +08:00
Fixed: CodeFactor issues
This commit is contained in:
parent
7522465ee9
commit
be51f43e1f
1 changed files with 2 additions and 2 deletions
|
@ -173,7 +173,7 @@ class MainWP_Child_Callable {
|
|||
*
|
||||
* Check if the function is the list of callable functions.
|
||||
*
|
||||
* @param string $func Contains the name of the function to check
|
||||
* @param string $func Contains the name of the function to check.
|
||||
*
|
||||
* @return bool If callable, return true, if not, return false.
|
||||
*/
|
||||
|
@ -189,7 +189,7 @@ class MainWP_Child_Callable {
|
|||
*
|
||||
* Check if the function is the list of callable functions that don't require regular authentication.
|
||||
*
|
||||
* @param string $func Contains the name of the function to check
|
||||
* @param string $func Contains the name of the function to check.
|
||||
*
|
||||
* @return bool If callable, return true, if not, return false.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue