Make WordPress Core


Ignore:
Timestamp:
05/09/2023 10:35:06 AM (2 years ago)
Author:
SergeyBiryukov
Message:

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

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

See #57840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/style-engine/class-wp-style-engine.php

    r55725 r55733  
    11<?php
    22/**
    3  * StyleEngine: WP_Style_Engine class
    4  *
    5  * This is the main class integrating all other WP_Style_Engine_* classes.
     3 * Style Engine: WP_Style_Engine class
    64 *
    75 * @package WordPress
     
    119
    1210/**
    13  * Class WP_Style_Engine.
     11 * The main class integrating all other WP_Style_Engine_* classes.
    1412 *
    1513 * The Style Engine aims to provide a consistent API for rendering styling for blocks across both client-side and server-side applications.
Note: See TracChangeset for help on using the changeset viewer.