Skip to content

Commit ab26c9a

Browse files
committed
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
1 parent 4943b37 commit ab26c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
<!-- Exclude some old classes that can't be renamed, as it would break back compat -->
259259
<rule ref="PEAR.NamingConventions.ValidClassName.Invalid">
260260
<exclude-pattern>/src/wp-admin/includes/class-wp-filesystem-ftpsockets\.php</exclude-pattern>
261-
<exclude-pattern>/src/wp-includes/class-oembed\.php</exclude-pattern>
261+
<exclude-pattern>/src/wp-includes/class-wp-oembed\.php</exclude-pattern>
262262
<exclude-pattern>/src/wp-includes/class-wp-oembed-controller\.php</exclude-pattern>
263263
<exclude-pattern>/src/wp-includes/class-wp-xmlrpc-server\.php</exclude-pattern>
264264
<exclude-pattern>/src/wp-includes/class-wp-text-diff-renderer-inline\.php</exclude-pattern>

0 commit comments

Comments
 (0)