@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | * Return an associative array of default values |
| 63 | 63 | * These values are used in new widgets as well as when sanitizing input. |
| 64 | 64 | * |
| 65 | - * @return array Array of default values for the Widget's options |
|
| 65 | + * @return string Array of default values for the Widget's options |
|
| 66 | 66 | */ |
| 67 | 67 | function defaults() { |
| 68 | 68 | return array( |
@@ -172,6 +172,9 @@ discard block |
||
| 172 | 172 | echo '</select></label></p></div>'; |
| 173 | 173 | } |
| 174 | 174 | |
| 175 | + /** |
|
| 176 | + * @param string $type |
|
| 177 | + */ |
|
| 175 | 178 | function _rss_link( $type, $args ) { |
| 176 | 179 | if ( 'posts' == $type ) { |
| 177 | 180 | $type_text = __( 'Posts', 'jetpack' ); |