We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184accf commit 6864c6bCopy full SHA for 6864c6b
opengraphprotocol.module
@@ -10,7 +10,7 @@
10
*/
11
function opengraphprotocol_rdf_namespaces() {
12
return array(
13
- 'og' => 'http://opengraphprotocol.org/schema/',
+ 'og' => 'http://ogp.me/ns#',
14
'fb' => 'http://www.facebook.com/2008/fbml',
15
);
16
}
0 commit comments