Changeset 3132:9d2359c597a1 for inc
- Timestamp:
- 10/27/15 10:35:47 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r3033 r3132 121 121 122 122 /** 123 Re ruens jQuery version selected for the blog.123 Returns jQuery version selected for the blog. 124 124 */ 125 125 public function getJsJQuery() … … 130 130 } 131 131 return 'jquery/'.$version; 132 } 133 134 /** 135 Returns public URL of specified plugin file. 136 */ 137 public function getPF($pf, $strip_host=true) 138 { 139 $ret = $this->getQmarkURL().'pf='.$pf; 140 if ($strip_host) { 141 $ret = html::stripHostURL($ret); 142 } 143 return $ret; 132 144 } 133 145
Note: See TracChangeset
for help on using the changeset viewer.