Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter davepar

    (@davepar)

    Thanks, but I’m actually making a mod, not a plugin. I’m adding a sort value to the “Manage, Categories” admin panel. Thus, I need to list the code I’ve changed in the standard WP distribution. I’ll just use some kind of diff format.

    A unified diff would be fine for those who know how to use them. Otherwise, you could distribute a fully modified edit.php (or whatever file it is that you modify).

    Mods of this sort are generally discouraged, though, as they complicate upgrades. If at all possible, try to make this a plugin. If a plugin is simply out of the question, try to figure out why and suggest a way to make WordPress support plugins of this sort. =)

    Thread Starter davepar

    (@davepar)

    I totally agree that mods can be a mess. I think I might have figured out a way to make this a plug-in. I’ll give that a try.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Format for mods?’ is closed to new replies.