summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-02-02 20:59:08 +0000
committerTed Trask <ttrask01@yahoo.com>2012-02-02 20:59:08 +0000
commitdf80810456f4a13d48eba24bfa1fa79b360c8426 (patch)
treea62390b08c245d5e615a9b074d73a8b15adf8d0a /lib/README
parent27c777f203a409442ca184f3aa20e703b4784927 (diff)
downloadacf-core-df80810456f4a13d48eba24bfa1fa79b360c8426.tar.bz2
acf-core-df80810456f4a13d48eba24bfa1fa79b360c8426.tar.xz
Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module
It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index 7de932a..0931934 100644
--- a/lib/README
+++ b/lib/README
@@ -18,4 +18,4 @@ processinfo.lua - Start/stop, find running, find version - process helpers
roles.lua - Used to determine roles and permissions
session.lua - Helps with Session mangement in ACF
validator.lua - Validate web input for ACF.
-viewfunctions.lua - Common view functions
+htmlviewfunctions.lua - Common functions for HTML views