Plugin Directory

Changeset 779456


Ignore:
Timestamp:
09/28/2013 02:42:47 AM (13 years ago)
Author:
adamljsorensen11
Message:

changed error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • free-guest-post/tags/1.2.2/views/request_post.php

    r779021 r779456  
    238238        if(title.val().length < 10){
    239239            title.addClass("error");
    240             titleInfo.text("The title field be no shorter than 10 characters.");
     240            titleInfo.text("The title field must be at 10 characters.");
    241241            titleInfo.addClass("error");
    242242            return false;
Note: See TracChangeset for help on using the changeset viewer.