You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #448 Introduces a new file naming convention for the file containing the WP_Stream_Author class. As @westonruter points out, this is inline with the file naming convention in WordPress core.
Any files dedicated to a single class should adopt the filename format of: class-dash-separated-class-name.php
For example, settings.php which contains the class WP_Stream_Settings should be renamed to class-wp-stream-settings.php.
This is also a good opportunity to explore whether or not it would be helpful to split the includes folder into an includes and a classes folder.
The text was updated successfully, but these errors were encountered:
Issue #448 Introduces a new file naming convention for the file containing the
WP_Stream_Author
class. As @westonruter points out, this is inline with the file naming convention in WordPress core.Any files dedicated to a single class should adopt the filename format of:
class-dash-separated-class-name.php
For example,
settings.php
which contains the classWP_Stream_Settings
should be renamed toclass-wp-stream-settings.php
.This is also a good opportunity to explore whether or not it would be helpful to split the
includes
folder into anincludes
and aclasses
folder.The text was updated successfully, but these errors were encountered: