Changeset 3083
- Timestamp:
- 05/05/2016 08:14:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-autoloader.php
r2762 r3083 47 47 $this->prefix = $prefix; 48 48 $this->prefix_length = strlen( $prefix ); 49 $this->path = trailingslashit( $path );49 $this->path = rtrim( $path . '/' ) . '/'; 50 50 } 51 51
Note: See TracChangeset
for help on using the changeset viewer.