Changeset 3212 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
- Timestamp:
- 05/23/2016 02:37:35 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
r3182 r3212 385 385 $stable_tag = preg_replace( '![^a-z0-9_.-]!i', '', $stable_tag ); 386 386 387 // If the stable_tag begins with a ., we treat it as 0.blah 388 if ( '.' == substr( $stable_tag, 0, 1 ) ) { 389 $stable_tag = "0{$stable_tag}"; 390 } 391 387 392 return $stable_tag; 388 393 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)