Plugin Directory

Changeset 1089267


Ignore:
Timestamp:
02/13/2015 06:40:28 PM (11 years ago)
Author:
Feedweb
Message:

A redundant name removed from the list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • feedweb/tags/3.0.12/widget_dialog.php

    r1088441 r1089267  
    10161016            function CheckAuthor()
    10171017            {
    1018                 var bad_names = ["admin", "webmaster", "editor", "publisher", "author", "master", "moderator"];
     1018                var bad_names = ["admin", "editor", "publisher", "author", "master", "moderator"];
    10191019                var author = document.getElementById("AuthorText").value;
    10201020                if (author == "")
Note: See TracChangeset for help on using the changeset viewer.