|
@@ -18,8 +18,8 @@ |
|
|
block discarded – undo |
|
18
|
18
|
{ |
|
19
|
19
|
$owner = $this->getOwner(); |
|
20
|
20
|
|
|
21
|
|
- return 'https://pinterest.com/pin/create/button/?url=' . ($owner->AbsoluteLink()) . '&' |
|
22
|
|
- . 'description=' . rawurlencode($owner->Title) . '&' |
|
23
|
|
- . 'media=' . rawurlencode($owner->AbsoluteLink()); |
|
|
21
|
+ return 'https://pinterest.com/pin/create/button/?url='.($owner->AbsoluteLink()).'&' |
|
|
22
|
+ . 'description='.rawurlencode($owner->Title).'&' |
|
|
23
|
+ . 'media='.rawurlencode($owner->AbsoluteLink()); |
|
24
|
24
|
} |
|
25
|
25
|
} |
Please login to merge, or discard this patch.