File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 49
49
ajaxurl ,
50
50
args ,
51
51
function ( data ) {
52
- news_section . find ( '.inside' ) . empty ( ) ;
53
- news_section . find ( '.inside' ) . append ( data ) ;
52
+ /**
53
+ * Received markup is safe and escaped appropriately.
54
+ *
55
+ * File: admin/class-nginx-helper-admin.php
56
+ * Method: nginx_helper_get_feeds();
57
+ */
58
+
59
+ // phpcs:ignore -- WordPressVIPMinimum.JS.HTMLExecutingFunctions.append
60
+ news_section . find ( '.inside' ) . empty ( ) . append ( data ) ;
54
61
}
55
62
) ;
56
63
Original file line number Diff line number Diff line change 13
13
<!-- Check up to 8 files simultanously. -->
14
14
<arg name =" parallel" value =" 8" />
15
15
16
- <!-- Only check the PHP files. JS files are checked separately with JSCS and JSHint . -->
16
+ <!-- Check PHP and JS files. -->
17
17
<arg name =" extensions" value =" php,js" />
18
18
19
19
<!-- Check all files in this directory and the directories below it. -->
You can’t perform that action at this time.
0 commit comments