Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wp-plugins.org/wordpress-console/trunk@297029 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
sant0sk1 committed Oct 5, 2010
1 parent 9fff90f commit 41db7b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wordpress-console.php
Expand Up @@ -5,11 +5,11 @@
Description: An interactive console for WordPress developers
Author: Jerod Santo
Author URI: http://jerodsanto.net
Version: 0.3.0
Version: 0.3.1
*/

class WordPressConsole {
public $version = '0.3.0';
public $version = '0.3.1';
private $url;
private $secret;

Expand Down Expand Up @@ -42,7 +42,7 @@ function admin() { ?>

function scripts() {
wp_enqueue_script( 'console', $this->url . 'console.js', array( 'jquery' ) );
wp_enqueue_script( 'sha1', $this->url . 'sha1.js', array( 'jquery' ) );
wp_enqueue_script( 'sha1', $this->url . 'sha1.js', array( 'jquery' ) );
}

function styles() {
Expand Down

0 comments on commit 41db7b2

Please sign in to comment.