Changeset 1414297
- Timestamp:
- 05/11/2016 01:03:00 AM (10 years ago)
- File:
-
- 1 edited
-
elevio/trunk/plugin_files/models/tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
elevio/trunk/plugin_files/models/tag.php
r1270846 r1414297 8 8 var $description; // String 9 9 10 function JSON_API_Tag($wp_tag = null) {10 function Elevio_Sync_Tag($wp_tag = null) { 11 11 if ($wp_tag) { 12 12 $this->import_wp_object($wp_tag);
Note: See TracChangeset
for help on using the changeset viewer.