[Rt-commit] rt branch, 4.0/pod-fixups, updated. rt-4.0.2-238-g4762210

Alex Vandiver alexmv at bestpractical.com
Fri Oct 28 14:59:35 EDT 2011


The branch, 4.0/pod-fixups has been updated
       via  476221031729f2f2ac0f732676e0c7d55425a13c (commit)
      from  b5ad69ceaec48af9c29f1a6982f6d58cbe5e0071 (commit)

Summary of changes:
 lib/RT.pm |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 476221031729f2f2ac0f732676e0c7d55425a13c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Oct 28 14:41:28 2011 -0400

    Reword a particularly egregiously bad wording

diff --git a/lib/RT.pm b/lib/RT.pm
index 4d36133..cb930d0 100644
--- a/lib/RT.pm
+++ b/lib/RT.pm
@@ -590,10 +590,12 @@ sub Plugins {
 
 =head2 PluginDirs
 
-Takes optional subdir (e.g. po, lib, etc.) and return plugins' dirs that exist.
+Takes an optional subdir (e.g. po, lib, etc.) and returns a list of
+directories from plugins where that subdirectory exists.
 
-This code checks plugins names or anything else and required when main
-config is loaded to load plugins' configs.
+This code does not check plugin names, plugin validitity, or load
+plugins (see L</InitPlugins>) in any way, and requires that RT's
+configuration have been already loaded.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list