Changeset 945:a373e04f8ac3 for plugins/blogroll/_public.php
- Timestamp:
- 10/31/12 10:13:50 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blogroll/_public.php
r904 r945 140 140 global $core; 141 141 142 if ($w->homeonly && $core->url->type != 'default') { 142 if (($w->homeonly == 1 && $core->url->type != 'default') || 143 ($w->homeonly == 2 && $core->url->type == 'default')) { 143 144 return; 144 145 }
Note: See TracChangeset
for help on using the changeset viewer.