Changeset 6485 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api-request.php
- Timestamp:
- 01/31/2018 04:08:51 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api-request.php
r6287 r6485 91 91 } 92 92 return null; 93 } 94 95 public function __set( $field, $value ) { 96 $this->args->{$field} = $value; 97 } 98 99 public function __unset( $field ) { 100 unset( $this->args->{$field} ); 93 101 } 94 102
Note: See TracChangeset
for help on using the changeset viewer.