Changeset 31498 for trunk/tools/i18n/extract.php
- Timestamp:
- 02/22/2015 12:46:12 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/tools/i18n/extract.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/i18n/extract.php
r29563 r31498 171 171 } 172 172 if ( T_COMMENT == $id ) { 173 $text = preg_replace( '%^\s+\*\s%m', '', $text ); 174 $text = str_replace( array( "\r\n", "\n" ), ' ', $text );; 173 175 $text = trim( preg_replace( '%^/\*|//%', '', preg_replace( '%\*/$%', '', $text ) ) ); 174 176 if ( 0 === stripos( $text, $this->comment_prefix ) ) {
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)