Changeset 11832
- Timestamp:
- Jul 25, 2011, 9:13:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/include/functions_url.inc.php
r9353 r11832 508 508 elseif ( 'tags' == @$tokens[$next_token] ) 509 509 { 510 global $conf; 511 510 512 $page['section'] = 'tags'; 511 513 $page['tags'] = array(); … … 524 526 break; 525 527 526 if ( preg_match('/^(\d+)(?:-(.*))?/', $tokens[$i], $matches) )528 if ( $conf['tag_url_style'] != 'tag' and preg_match('/^(\d+)(?:-(.*)|)$/', $tokens[$i], $matches) ) 527 529 { 528 530 array_push($requested_tag_ids, $matches[1]);
Note: See TracChangeset
for help on using the changeset viewer.