Changeset 1483156
- Timestamp:
- 08/25/2016 08:26:24 AM (9 years ago)
- File:
-
- 1 edited
-
wp-ldp/trunk/single-ldp_resource.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-ldp/trunk/single-ldp_resource.php
r1473123 r1483156 3 3 <?php 4 4 // Getting general information about the container associated with the current resource 5 $fields = WpLdpUtils::getResourceFieldsList($post->ID);5 $fields = \WpLdp\WpLdpUtils::getResourceFieldsList($post->ID); 6 6 $rdfType = isset($termMeta["ldp_rdf_type"]) ? $termMeta["ldp_rdf_type"] : null; 7 7 ?> … … 134 134 <?php if (!empty($rdfType)) echo "\"@type\" : \"$rdfType\",\n"; ?> 135 135 <?php 136 $resourceUri = WpLdpUtils::getResourceUri($post);136 $resourceUri = \WpLdp\WpLdpUtils::getResourceUri($post); 137 137 138 138 ?>
Note: See TracChangeset
for help on using the changeset viewer.