public function OGMTestRender::add_meta in Open Graph meta tags 7
Same name and namespace in other branches
- 6 tests/TestBase.inc \OGMTestRender::add_meta()
Overrides OGMRender::add_meta
File
- tests/
TestBase.inc, line 105
Class
Code
public function add_meta($name, $content) {
$this->meta[$name] = $content;
}