Docs: Improve Style Engine file and class headers per the documentation standards.

Follow-up to [54156], [55719].

See #57840.

git-svn-id: https://develop.svn.wordpress.org/trunk@55733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-05-09 10:35:06 +00:00
parent 4a0598ebb8
commit 74adacb801
5 changed files with 14 additions and 26 deletions

View File

@@ -1,8 +1,6 @@
<?php
/**
* WP_Style_Engine_Processor
*
* Compiles styles from stores or collection of CSS rules.
* Style Engine: WP_Style_Engine_Processor class
*
* @package WordPress
* @subpackage StyleEngine
@@ -10,9 +8,7 @@
*/
/**
* Class WP_Style_Engine_Processor.
*
* Compiles styles from stores or collection of CSS rules.
* Core class used to compile styles from stores or collection of CSS rules.
*
* @since 6.1.0
*/