Changes between Initial Version and Version 2 of Ticket #20082
- Timestamp:
- 02/21/12 08:41:46 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20082
- Property Keywords reporter-feedback added
-
Ticket #20082 – Description
initial v2 1 1 The code 2 ` foreach ( $actions as $link => $action ) { 2 {{{ 3 foreach ( $actions as $link => $action ) { 3 4 list( $title, $id ) = $action; 4 5 … … 10 11 ) ); 11 12 } 12 ` 13 }}} 13 14 generates the wrong URL, whenever I visit a site that has the URL subsite.subsite.example.com but generates the correct URL if the URL is of the pattern subsite.example.com. On subsite.subsite.example.com the admin bar will generate links to subsite.example.com.
