Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit f0d3acd

Browse files
committed
var 1.0.1
1 parent bc2fe3c commit f0d3acd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Brackets Wordpress Hint",
44
"description": "Brackets Wordpress Hint - plugin for Brackets, which will help you in writing Wordpress Themes/Plugins",
55
"homepage": "https://github.com/Tusko/brackets-wp-lint/",
6-
"version": "1.0.0",
6+
"version": "1.0.1",
77
"author": "Tusko Trush <[email protected]> (http://frontend.im/)",
88
"license": "MIT",
99
"engines": {

wp-func.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2833,4 +2833,9 @@ _wp_handle_upload
28332833

28342834
get_post_meta($id, '_wp_attachment_image_alt', true)
28352835

2836-
var_dump();
2836+
var_dump();
2837+
print_r()
2838+
if() {}
2839+
foreach(){}
2840+
endwhile;
2841+
endif;

0 commit comments

Comments
 (0)