We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2265f commit b87603bCopy full SHA for b87603b
finder.php
@@ -31,9 +31,14 @@
31
->notPath('wp-admin/includes/class-wp-upgrader-skins.php')
32
->notPath('wp-admin/upgrade-functions.php')
33
->notPath('wp-includes/class-feed.php')
34
+ ->notPath('wp-includes/class-http.php')
35
->notPath('wp-includes/class-json.php')
36
->notPath('wp-includes/class-oembed.php')
37
+ ->notPath('wp-includes/class-smtp.php')
38
->notPath('wp-includes/class-snoopy.php')
39
+ ->notPath('wp-includes/class.wp-dependencies.php')
40
+ ->notPath('wp-includes/class.wp-scripts.php')
41
+ ->notPath('wp-includes/class.wp-styles.php')
42
->notPath('wp-includes/date.php')
43
->notPath('wp-includes/embed-template.php')
44
->notPath('wp-includes/locale.php')
0 commit comments