Changeset 3473
- Timestamp:
- 06/19/2016 12:55:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
r3360 r3473 214 214 $lines = explode( "\n", $this->sections['upgrade_notice'] ); 215 215 $version = null; 216 $current = ''; 216 217 while ( ( $line = array_shift( $lines ) ) !== null ) { 217 218 $trimmed = trim( $line );
Note: See TracChangeset
for help on using the changeset viewer.