<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Look in footer.php at like line #4 </FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>1) it's using get_settings, meh</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>2) { $$value['id'] = $value['std']; } else {
$$value['id'] = get_settings( $value['id'] ); }<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial>but the $$ is like saying explode($vars)/but
for singular being an array, what it's doing is getting the option,
setting it as a $variable</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>now in functions.php you can see the shortname
$shortname = "cleansimplewhite"; and along with that: </FONT>"id" =>
$shortname."_tracking_code",<BR></DIV>
<DIV><FONT size=2 face=Arial>Thats basically attaching that shortname with the
extension, and then whatever is in the type=>textarea is used with the admin
options</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Long story short, everythings fine ;)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<DIV><FONT size=2 face=Arial><BR> </DIV></FONT>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B>
<A title=chip@chipbennett.net href="mailto:chip@chipbennett.net">Chip
Bennett</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=theme-reviewers@lists.wordpress.org
href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, September 03, 2010 1:04
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [theme-reviewers] Tracking
Code?</DIV>
<DIV><BR></DIV>Perhaps I'm a bit gun-shy, given some of the recent tickets
we've seen; but I'll ask anyway.
<DIV><BR></DIV>
<DIV>Can someone take a look at <A
href="https://themes.trac.wordpress.org/ticket/924">Ticket #924</A>?
Particularly, take a look at functions.php and footer.php, with respect to
<B>$cleansimplewhite_tracking_code</B>.</DIV>
<DIV><BR></DIV>
<DIV>I can't see the Theme actually defining this variable, but its presence
has me somewhat suspicious. It doesn't exist in either version 1.0 or 1.1 of
the Theme in SVN. It just showed up in version 1.2. (Note: review version is
1.2, but is the first Trac ticket generated for the Theme.)</DIV>
<DIV><BR></DIV>
<DIV>Is this being used for something legitimate that I'm not seeing, or is
the developer perhaps intending to deliver some future payload of some
sort?</DIV>
<DIV><BR></DIV>
<DIV>Thanks,</DIV>
<DIV><BR></DIV>
<DIV>Chip</DIV>
<P>
<HR>
<P></P>_______________________________________________<BR>theme-reviewers
mailing
list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></BLOCKQUOTE></BODY></HTML>