| 1 |
<?php |
<?php |
| 2 |
// $Id: audio_itunes_plugin_style_rss.inc,v 1.1 2008/11/24 21:11:13 drewish Exp $ |
// $Id: audio_itunes_plugin_style_rss.inc,v 1.2 2008/11/25 14:05:18 drewish Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 189 |
} |
} |
| 190 |
if ($this->options['owner_name'] && $this->options['owner_email']) { |
if ($this->options['owner_name'] && $this->options['owner_email']) { |
| 191 |
$extra[] = array( |
$extra[] = array( |
| 192 |
'key' => 'itunes:name', |
'key' => 'itunes:owner', |
| 193 |
'value' => $this->options['owner_name'], |
'value' => array( |
| 194 |
); |
array( |
| 195 |
$extra[] = array( |
'key' => 'itunes:name', |
| 196 |
'key' => 'itunes:email', |
'value' => $this->options['owner_name'], |
| 197 |
'value' => $this->options['owner_email'], |
), |
| 198 |
|
array( |
| 199 |
|
'key' => 'itunes:email', |
| 200 |
|
'value' => $this->options['owner_email'], |
| 201 |
|
), |
| 202 |
|
), |
| 203 |
); |
); |
| 204 |
} |
} |
| 205 |
// We've got up to three categories which can consist of a parent and |
// We've got up to three categories which can consist of a parent and |