Welcome Guest, Not a member yet? Register   Sign In
User Guide Typo
#1

[eluser]Unknown[/eluser]
just noticed in the user guide, url_title example shows the string being lowercased by default
#2

[eluser]jdfwarrior[/eluser]
You are correct. Good catch. Only wrong on the first example though:

Code:
$title = "What's wrong with CSS?";
$url_title = url_title($title);
// Produces: whats-wrong-with-css

Should be:
Code:
$title = "What's wrong with CSS?";
$url_title = url_title($title);
// Produces: Whats-wrong-with-CSS
#3

[eluser]Derek Allard[/eluser]
It is a nice catch, thanks. It had already been fixed in the svn for what its worth, I think someone reported it in the bug tracker.

Welcome to CI tommy!
#4

[eluser]Unknown[/eluser]
Thanks :-)




Theme © iAndrew 2016 - Forum software by © MyBB