mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user