mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 11:14:28 +00:00
Coding Standards: Fix a filename replacement missed in [45663].
See #47632. git-svn-id: https://develop.svn.wordpress.org/trunk@45664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
<!-- Exclude some old classes that can't be renamed, as it would break back compat -->
|
||||
<rule ref="PEAR.NamingConventions.ValidClassName.Invalid">
|
||||
<exclude-pattern>/src/wp-admin/includes/class-wp-filesystem-ftpsockets\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-oembed\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-oembed\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-oembed-controller\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-xmlrpc-server\.php</exclude-pattern>
|
||||
<exclude-pattern>/src/wp-includes/class-wp-text-diff-renderer-inline\.php</exclude-pattern>
|
||||
|
||||
Reference in New Issue
Block a user