parse_url: Just added a comment for future elements that should be added as well.
This commit is contained in:
parent
c8f99a8a66
commit
222635d15a
|
@ -1,4 +1,18 @@
|
||||||
<?php
|
<?php
|
||||||
|
/* To-Do
|
||||||
|
https://developers.google.com/+/plugins/snippet/
|
||||||
|
|
||||||
|
<meta itemprop="name" content="Toller Titel">
|
||||||
|
<meta itemprop="description" content="Eine tolle Beschreibung">
|
||||||
|
<meta itemprop="image" content="http://maple.libertreeproject.org/images/tree-icon.png">
|
||||||
|
|
||||||
|
<body itemscope itemtype="http://schema.org/Product">
|
||||||
|
<h1 itemprop="name">Shiny Trinket</h1>
|
||||||
|
<img itemprop="image" src="{image-url}" />
|
||||||
|
<p itemprop="description">Shiny trinkets are shiny.</p>
|
||||||
|
</body>
|
||||||
|
*/
|
||||||
|
|
||||||
if(!function_exists('deletenode')) {
|
if(!function_exists('deletenode')) {
|
||||||
function deletenode(&$doc, $node)
|
function deletenode(&$doc, $node)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue