diff options
author | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 03:44:27 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2010-03-10 03:44:27 +0100 |
commit | c6da50384e06c60e242cb4442abb9c6c9b450674 (patch) | |
tree | 40f5e6dbc6c9d10b933c07be01de660ee8d6f2fb /user_guide/overview/features.html | |
parent | a9730c337ef046f1c5391cec2a9e54ac613a4e6d (diff) |
completely removed Plugins from CodeIgniter
Diffstat (limited to 'user_guide/overview/features.html')
-rw-r--r-- | user_guide/overview/features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/overview/features.html b/user_guide/overview/features.html index fe0bbe99d..eae922949 100644 --- a/user_guide/overview/features.html +++ b/user_guide/overview/features.html @@ -94,7 +94,7 @@ CodeIgniter is child's play so we encourage you to do just that. In the mean ti <li>Unit Testing Class</li> <li>Search-engine Friendly URLs</li> <li>Flexible URI Routing</li> -<li>Support for Hooks, Class Extensions, and Plugins</li> +<li>Support for Hooks and Class Extensions</li> <li>Large library of "helper" functions</li> </ul> |