Plugin Directory

Changeset 793312


Ignore:
Timestamp:
10/25/2013 12:43:24 AM (12 years ago)
Author:
misterbisson
Message:

branding update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • go-newrelic/trunk/go-newrelic.php

    r718012 r793312  
    11<?php
    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  
     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
    1111// include required components
    1212require_once dirname( __FILE__ ) .'/components/class-go-newrelic.php';
Note: See TracChangeset for help on using the changeset viewer.