Skip to content

Commit

Permalink
Version Update
Browse files Browse the repository at this point in the history
  • Loading branch information
tribalNerd committed Aug 11, 2015
1 parent 102be2c commit 016e443
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
34 changes: 22 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,35 +1,45 @@
*~
*.com
*.class
*.db
*.dll
*.exe
*.ini
*.lock
*.log
*.mm
*.o
*.phar
*.so
*.sql
*.sqlite

.cvs
.DS_Store
.DS_Store*
.git
.htaccess
.mm
.project
.sass-cache
.settings
.svn
.sync
.Trash*
.Trash
.Trash-*
.travis.yml

bin
bin/
nbproject
nbproject/
tests
tests/
test
test/
vendor
vendor/

access_log
composer.lock
composer.phar
error_log
license.txt
phpunit.xml
readme.html
readme.txt
Thumbs.db

*.log
*.Trash
*.Trashes
readme.txt
4 changes: 2 additions & 2 deletions wp-my-admin-bar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
ini_set("display_errors", "1");
error_reporting(E_ALL | E_STRICT);
#ini_set("display_errors", "1");
#error_reporting(E_ALL | E_STRICT);
/**
* Plugin Name: WP My Admin Bar | Admin Bar
* Plugin URI: http://technerdia.com/projects/adminbar/plugin.html
Expand Down

0 comments on commit 016e443

Please sign in to comment.