Changeset 3070
- Timestamp:
- 05/03/2016 01:11:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/comment-handler.php
r3069 r3070 95 95 array_pop( $lines ); 96 96 97 preg_match( '/^(Comment|Changes|Description changed) \(?by (.* )\)?:$/', array_shift( $lines ), $matches );97 preg_match( '/^(Comment|Changes|Description changed) \(?by (.*[^\)])\)?:$/', array_shift( $lines ), $matches ); 98 98 $has_changes = $matches[1] === 'Changes'; 99 99 $author = $matches[2]; … … 132 132 $this->comment_id = $comment_id; 133 133 $this->comment_url = $comment_url; 134 var_dump($this);exit; 134 135 } 135 136
Note: See TracChangeset
for help on using the changeset viewer.