Skip to content

Commit be3efbe

Browse files
committed
Remove BackPress mention
1 parent 56f3053 commit be3efbe

File tree

1 file changed

+1
-1
lines changed
  • wordpress-coding-standards

1 file changed

+1
-1
lines changed

wordpress-coding-standards/php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ Class file names should be based on the class name with `class-` prepended and t
381381
class-wp-error.php
382382
```
383383

384-
This file-naming standard is for all current and new files with classes. There is one exception for three files that contain code that got ported into BackPress: `class.wp-dependencies.php`, `class.wp-scripts.php`, `class.wp-styles.php`. Those files are prepended with `class.`, a dot after the word class instead of a hyphen.
384+
This file-naming standard is for all current and new files with classes. The exceptions to the rule are three legacy files: `class.wp-dependencies.php`, `class.wp-scripts.php`, `class.wp-styles.php`. Those files are prepended with `class.`, a dot after the word class instead of a hyphen.
385385

386386
Files containing template tags in `wp-includes` should have `-template` appended to the end of the name so that they are obvious.
387387

0 commit comments

Comments
 (0)