Welcome Guest, Not a member yet? Register   Sign In
User Guide Typo
#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


Messages In This Thread
User Guide Typo - by El Forum - 06-01-2009, 06:57 PM
User Guide Typo - by El Forum - 06-02-2009, 06:38 AM
User Guide Typo - by El Forum - 06-02-2009, 07:58 AM
User Guide Typo - by El Forum - 06-02-2009, 08:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB