Changeset 6502 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/widgets/class-wporg-widget-download.php
- Timestamp:
- 02/01/2018 05:00: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
r6277 r6502 36 36 * 37 37 * @param array $args Display arguments including 'before_widget' and 'after_widget'. 38 * @param array $instance Settings for the current Download widget instance.39 38 */ 40 public function widget( $args , $instance) {39 public function widget( $args ) { 41 40 global $rosetta; 42 41
Note: See TracChangeset
for help on using the changeset viewer.