public function MetatagTagsTest::geo_position_test_tag_name in Metatag 7
Implements {meta_tag_name}_test_tag_name() for 'geo_position'.
File
- tests/
MetatagTagsTest.test, line 120 - Tests that each of the Metatag base tags work correctly.
Class
- MetatagTagsTest
- Tests that each of the Metatag base tags work correctly.
Code
public function geo_position_test_tag_name() {
return 'geo.position';
}