Viewing 1 replies (of 1 total)
  • kj24

    (@kj24)

    Reemplaza:

    add_menu_page(__(‘xxxxxxxxxx’, ‘xxxxxxxxxxxxxxxxxx’), __(‘xxxxxxxxxxxx’, ‘xxxxxxxxxxxxxxxx’), 10, $xxxxxx, array($this, ‘xxxxxxxxxxx’));

    por

    add_menu_page(__(‘xxxxxxxxxx’, ‘xxxxxxxxxxxxxxxxxx’), __(‘xxxxxxxxxxxx’, ‘xxxxxxxxxxxxxxxx’), “manage_options”, $xxxxxx, array($this, ‘xxxxxxxxxxx’));

    Así es como lo he reparado yo ;).

    kj

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecated use of user levels leaves error messages in 3.0’ is closed to new replies.