Changeset 2778:fe7e025273c4 for plugins/blogroll/_public.php
- Timestamp:
- 11/13/14 15:24:23 (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_public.php
r2667 r2778 140 140 global $core; 141 141 142 if ($w->offline) 143 return; 144 142 145 if (($w->homeonly == 1 && $core->url->type != 'default') || 143 146 ($w->homeonly == 2 && $core->url->type == 'default')) {
Note: See TracChangeset
for help on using the changeset viewer.