Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Hrohh

    (@hrohh)

    some textdomain missing

    “Fit within”
    “pixels width/height”

    Thread Starter Hrohh

    (@hrohh)

    add_options_page(__('Imsanity Plugin Settings','imsanity'), 'Imsanity', 'administrator', __FILE__, 'imsanity_settings_page');

    should be

    add_options_page(__('Imsanity Plugin Settings','imsanity'), __('Imsanity','imsanity'), 'administrator', __FILE__, 'imsanity_settings_page');

    Thread Starter Hrohh

    (@hrohh)

    i dont know, but capability should be manage_options instead administrator?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘make JS file translatable’ is closed to new replies.