http://api.drupal.org/api/4.7/function/arg suggests that arg() still exists in 4.7-- but it appears to be deprecated
[if i'm wrong, and arg() is not deprecated in 4.7, then the api documentation should list which file it's declared in]
http://api.drupal.org/api/4.7/function/arg suggests that arg() still exists in 4.7-- but it appears to be deprecated
[if i'm wrong, and arg() is not deprecated in 4.7, then the api documentation should list which file it's declared in]
Comments
Comment #1
heine commentedarg still exists in 4.7 and is defined in path.inc (as stated on the page).