Changeset 5626
- Timestamp:
- 06/01/07 23:10:03 (1 year ago)
- Files:
-
- branches/2.2/wp-includes/comment-template.php (modified) (1 diff)
- trunk/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/wp-includes/comment-template.php
r5238 r5626 240 240 function trackback_rdf($timezone = 0) { 241 241 global $id; 242 if (str pos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') !== false) {242 if (stripos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') === false) { 243 243 echo '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 244 244 xmlns:dc="http://purl.org/dc/elements/1.1/" trunk/wp-includes/comment-template.php
r5238 r5626 240 240 function trackback_rdf($timezone = 0) { 241 241 global $id; 242 if (str pos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') !== false) {242 if (stripos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') === false) { 243 243 echo '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 244 244 xmlns:dc="http://purl.org/dc/elements/1.1/"
