Changeset 793312
- Timestamp:
- 10/25/2013 12:43:24 AM (12 years ago)
- File:
-
- 1 edited
-
go-newrelic/trunk/go-newrelic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
go-newrelic/trunk/go-newrelic.php
r718012 r793312 1 1 <?php 2 /* 3 Plugin Name: GigaOMNew Relic4 Plugin URI: http://gigaom.com5 Description: Sets the New Relic app name and other configuration values based on WordPress configuration. New Relic profiles code performance and activity, http://newrelic.com . 6 Version: 0a7 Author: misterbisson8 License: GPL29 */10 2 /** 3 * Plugin Name: Gigaom New Relic 4 * Plugin URI: http://gigaom.com 5 * Description: Sets the New Relic app name and other configuration values based on WordPress configuration. New Relic profiles code performance and activity, http://newrelic.com . 6 * Version: 0a 7 * Author: misterbisson 8 * License: GPL2 9 */ 10 11 11 // include required components 12 12 require_once dirname( __FILE__ ) .'/components/class-go-newrelic.php';
Note: See TracChangeset
for help on using the changeset viewer.