[wp-trac] Re: [WordPress Trac] #5172: Adding classes to
wp_generate_tag_cloud
WordPress Trac
wp-trac at lists.automattic.com
Tue Oct 9 17:55:28 GMT 2007
#5172: Adding classes to wp_generate_tag_cloud
-------------------------------------------------------------+--------------
Reporter: chmac | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.4
Component: Template | Version:
Severity: normal | Resolution:
Keywords: wp_generate_tag_cloudk, wp_tag_cloud, has-patch |
-------------------------------------------------------------+--------------
Comment (by markjaquith):
There is no standard for quotes style in XHTML. We tend to use
doublequotes by default, but we'll use singlequotes if we want to concat
in some variables.
e.g.
{{{
echo "<a href='$url'>$title</a>";
}}}
rather than:
{{{
echo '<a href="'. $url . '">' . $title . '</a>';
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5172#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list