- Timestamp:
- 03/12/2014 12:53:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment-template.php
r27283 r27514 942 942 */ 943 943 function trackback_rdf( $deprecated = '' ) { 944 if ( ! empty( $deprecated ) )944 if ( ! empty( $deprecated ) ) { 945 945 _deprecated_argument( __FUNCTION__, '2.5' ); 946 947 if ( false !== stripos($_SERVER['HTTP_USER_AGENT'], 'W3C_Validator') ) 946 } 947 948 if ( isset( $_SERVER['HTTP_USER_AGENT'] ) && false !== stripos( $_SERVER['HTTP_USER_AGENT'], 'W3C_Validator' ) ) { 948 949 return; 950 } 949 951 950 952 echo '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
Note: See TracChangeset
for help on using the changeset viewer.