Class ConfigReseedHandler


  • public class ConfigReseedHandler
    extends FormHandler
    Since:
    0.8.3
    • Constructor Detail

      • ConfigReseedHandler

        public ConfigReseedHandler()
    • Method Detail

      • processForm

        protected void processForm()
        Description copied from class: FormHandler
        Implement this to perform the final processing (in turn, adding formNotice and formError messages, etc) Will only be called if _action is non-null and the nonce is valid.
        Specified by:
        processForm in class FormHandler
      • ngettext

        public String ngettext​(String s,
                               String p,
                               int n)
        translate (ngettext) @since 0.9.19