Skip to content

Commit

Permalink
fixed typo in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
actual-saurabh committed Dec 17, 2012
1 parent 25accf0 commit 8c4350d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BPMedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* @author Gagandeep Singh <gagandeep.singh@rtcamp.com>
* @author Joshua Abenazer <joshua.abenazer@rtcamp.com>
*/
if ( ! defined( 'ABSPATH' ) )
exit;

class BPMedia {

public $text_domain = 'bp-media';
Expand All @@ -29,7 +32,7 @@ public function constants() {
define( 'BP_MEDIA_IS_INSTALLED', 1 );

/* Constant to store the current version of the BP Media Plugin. */
if ( ! defined( 'BP_MEDIA_IS_INSTALLED' ) )
if ( ! defined( 'BP_MEDIA_VERSION' ) )
define( 'BP_MEDIA_VERSION', '2.3.2' );

/* A constant to be used as base for other URLs throughout the plugin */
Expand Down

0 comments on commit 8c4350d

Please sign in to comment.