Changeset 10002
- Timestamp:
- 07/03/2020 03:53:23 AM (6 years ago)
- File:
-
- 1 edited
-
sites/trunk/common/includes/slack/trac/commit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/commit.php
r8311 r10002 62 62 63 63 $url = $this->trac->get_commit_info_url( $this->id ); 64 $contents = @file_get_contents( $url ); 64 65 $context = stream_context_create( array( 66 'http' => array( 67 'user_agent' => 'WordPress.org Trac:Slack Notifications' 68 ) 69 ) ); 70 71 $contents = @file_get_contents( $url, false, $context ); 65 72 if ( false === $contents ) { 66 73 $this->data = false;
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)