private property GoogleSiteSearch::$allowedTags in Google Site Search 6
Same name and namespace in other branches
- 7 includes/GoogleSiteSearch.inc \GoogleSiteSearch::allowedTags
The allowed tags in results from Google.
Type: array
File
- includes/
GoogleSiteSearch.inc, line 70
Class
- GoogleSiteSearch
- Class for interaction with Google Site Search.
Code
private $allowedTags = array(
'a',
'em',
'strong',
'cite',
'blockquote',
'code',
'ul',
'ol',
'li',
'dl',
'dt',
'dd',
'b',
);