Skip to content

Commit

Permalink
Updated usage comment block to recommend constant definition be place…
Browse files Browse the repository at this point in the history
…d in wp-config.php
  • Loading branch information
Japh committed May 1, 2014
1 parent ffa1971 commit ee0636e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
* More details on the Stream Premium affiliate program here:
* https://wp-stream.com/affiliates/
*
* Uncomment the line below, and change the "1" to be your affiliate ID.
* Copy and paste the line below into your `wp-config.php` file, and change the "1" to be your affiliate ID:
*
* define( 'WP_STREAM_AFFILIATE_ID', 1 );
*/

//define( 'WP_STREAM_AFFILIATE_ID', 1 );

class WP_Stream_Extensions {

const EXTENSIONS_KEY = 'wp_stream_extensions_';
Expand Down

0 comments on commit ee0636e

Please sign in to comment.