Skip to content

Commit 016e443

Browse files
committed
Version Update
1 parent 102be2c commit 016e443

File tree

2 files changed

+24
-14
lines changed

2 files changed

+24
-14
lines changed

.gitignore

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,45 @@
11
*~
2+
*.com
3+
*.class
4+
*.db
5+
*.dll
6+
*.exe
7+
*.ini
8+
*.lock
9+
*.log
10+
*.mm
11+
*.o
12+
*.phar
13+
*.so
14+
*.sql
15+
*.sqlite
16+
217
.cvs
318
.DS_Store
19+
.DS_Store*
420
.git
521
.htaccess
6-
.mm
722
.project
823
.sass-cache
924
.settings
1025
.svn
1126
.sync
12-
.Trash*
27+
.Trash
28+
.Trash-*
29+
.travis.yml
1330

31+
bin
32+
bin/
1433
nbproject
1534
nbproject/
16-
tests
17-
tests/
1835
test
1936
test/
2037
vendor
2138
vendor/
2239

2340
access_log
24-
composer.lock
25-
composer.phar
2641
error_log
2742
license.txt
2843
phpunit.xml
2944
readme.html
30-
readme.txt
31-
Thumbs.db
32-
33-
*.log
34-
*.Trash
35-
*.Trashes
45+
readme.txt

wp-my-admin-bar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
2-
ini_set("display_errors", "1");
3-
error_reporting(E_ALL | E_STRICT);
2+
#ini_set("display_errors", "1");
3+
#error_reporting(E_ALL | E_STRICT);
44
/**
55
* Plugin Name: WP My Admin Bar | Admin Bar
66
* Plugin URI: http://technerdia.com/projects/adminbar/plugin.html

0 commit comments

Comments
 (0)