mirror of
git://develop.git.wordpress.org/
synced 2025-01-16 20:38:35 +01: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:
parent
4943b377ce
commit
ab26c9a2fb
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user