Changeset 3704
- Timestamp:
- 07/21/2016 08:32:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-version-dropdown/inc/class-plugin.php
r3615 r3704 56 56 public function form_topic_version_dropdown() { 57 57 $version = 0; 58 $other_version = ''; 58 59 $versions = $this->get_wp_versions(); 59 60 … … 116 117 } 117 118 118 public function get_topic_version( $args = array() ) {119 public static function get_topic_version( $args = array() ) { 119 120 120 121 // Parse arguments against default values
Note: See TracChangeset
for help on using the changeset viewer.