- Timestamp:
- 02/01/2018 05:09:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/widgets/class-wporg-widget-download.php
r6502 r6503 30 30 } 31 31 32 // phpcs:disable Generic.CodeAnalysis.UnusedFunctionParameter.Found 32 33 /** 33 34 * Outputs the content for the current Download widget instance. … … 36 37 * 37 38 * @param array $args Display arguments including 'before_widget' and 'after_widget'. 39 * @param array $instance Settings for the current Download widget instance. 38 40 */ 39 public function widget( $args ) { 41 public function widget( $args, $instance ) { 42 // phpcs:enable 40 43 global $rosetta; 41 44
Note: See TracChangeset
for help on using the changeset viewer.