Merge branch 'master' of https://github.com/ultimatemember/ultimatemember into fix/wpml_emails_templates

This commit is contained in:
nikitozzzzzzz
2017-12-20 12:35:04 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class {{{%um_navmenu_walker%}}} extends {{{%parent_walker%}}} {
}
protected function get_fields( $item, $depth, $args = array(), $id = 0 ) {
public function get_fields( $item, $depth, $args = array(), $id = 0 ) {
ob_start();
if( isset( $item->ID ) ){
+1 -1
View File
@@ -18,7 +18,7 @@ class UM_Menu_Item_Custom_Fields_Walker extends Walker_Nav_Menu_Edit {
}
protected function get_fields( $item, $depth, $args = array(), $id = 0 ) {
public function get_fields( $item, $depth, $args = array(), $id = 0 ) {
ob_start();
if( isset( $item->ID ) ){