Changeset 1097:c351ff3fd6fa
- Timestamp:
- 01/29/13 17:15:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_admin.php
r897 r1097 105 105 $tag_url = $GLOBALS['core']->blog->url.$GLOBALS['core']->url->getURLFor('tag'); 106 106 107 $opts = $GLOBALS['core']-> blog->url.$GLOBALS['core']->auth->getOptions();107 $opts = $GLOBALS['core']->auth->getOptions(); 108 108 $type = isset($opts['tag_list_format']) ? $opts['tag_list_format'] : 'more'; 109 109
Note: See TracChangeset
for help on using the changeset viewer.