# File lib_wpm/wpm.rb, line 2455
    def make_attr_desc
      super{ |attr_desc|
        attr_desc += ' id="' + escapeHTML(action_id) + '"'
        yield(attr_desc)
      }

      nil
    end