Added documentation to methods
This commit is contained in:
@@ -21,6 +21,10 @@ class Wiaas_Template_Admin_Ajax {
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* An ajax callback action for handling template selection
|
||||
*/
|
||||
|
||||
public static function ajax_handle_template_selection() {
|
||||
|
||||
$selected_template_id = intval($_POST['selected_template']);
|
||||
@@ -70,7 +74,7 @@ class Wiaas_Template_Admin_Ajax {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Handles adding template categories search.
|
||||
*/
|
||||
public static function ajax_wiaas_template_category_search() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user