Skip to content

Commit

Permalink
Coding Standards: Fix a filename replacement missed in [45663].
Browse files Browse the repository at this point in the history
See #47632.



git-svn-id: https://develop.svn.wordpress.org/trunk@45664 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
pento committed Jul 19, 2019
1 parent 4943b37 commit ab26c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Expand Up @@ -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>
Expand Down

0 comments on commit ab26c9a

Please sign in to comment.