Zeile 41 | Zeile 41 |
---|
/** * Set the type of feed to be used. *
|
/** * Set the type of feed to be used. *
|
* @param string The feed type.
| * @param string $feed_format The feed type.
|
*/ function set_feed_format($feed_format) {
| */ function set_feed_format($feed_format) {
|
Zeile 58 | Zeile 58 |
---|
/** * Sets the channel information for the RSS feed. *
|
/** * Sets the channel information for the RSS feed. *
|
* @param array The channel information
| * @param array $channel The channel information
|
*/ function set_channel($channel) {
| */ function set_channel($channel) {
|
Zeile 68 | Zeile 68 |
---|
/** * Adds an item to the RSS feed. *
|
/** * Adds an item to the RSS feed. *
|
* @param array The item.
| * @param array $item The item.
|
*/ function add_item($item) {
| */ function add_item($item) {
|
Zeile 183 | Zeile 183 |
---|
/** * Sanitize content suitable for RSS feeds. *
|
/** * Sanitize content suitable for RSS feeds. *
|
* @param string The string we wish to sanitize.
| * @param string $string The string we wish to sanitize.
|
* @return string The cleaned string. */ function sanitize_content($content)
| * @return string The cleaned string. */ function sanitize_content($content)
|