Changeset 1168442
- Timestamp:
- 05/27/2015 12:06:05 PM (11 years ago)
- Location:
- coceca/trunk
- Files:
-
- 12 added
- 2 edited
-
child-updates (added)
-
child-updates/css (added)
-
child-updates/css/puc-debug-bar.css (added)
-
child-updates/debug-bar-panel.php (added)
-
child-updates/debug-bar-plugin.php (added)
-
child-updates/github-checker.php (added)
-
child-updates/js (added)
-
child-updates/js/debug-bar.js (added)
-
child-updates/plugin-update-checker.php (added)
-
child-updates/vendor (added)
-
child-updates/vendor/Parsedown.php (added)
-
child-updates/vendor/readme-parser.php (added)
-
coceca.php (modified) (1 diff)
-
includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coceca/trunk/coceca.php
r1167526 r1168442 38 38 39 39 if(class_exists('Coceca_Plugin')) 40 41 40 { 42 41 -
coceca/trunk/includes/functions.php
r1167526 r1168442 172 172 } 173 173 174 //echo $url; die; 175 174 176 curl_setopt($curl, CURLOPT_URL, $url); 175 177 curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
Note: See TracChangeset
for help on using the changeset viewer.