Make WordPress Core


Ignore:
Timestamp:
05/17/2023 11:56:47 AM (16 months ago)
Author:
SergeyBiryukov
Message:

Docs: Improve Style Engine DocBlocks per the documentation standards.

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

See #57840.

File:
1 edited

Legend:

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

    r55733 r55819  
    124124     *
    125125     * @param string $selector The CSS selector.
    126      * @return WP_Style_Engine_CSS_Rule|void Returns a WP_Style_Engine_CSS_Rule object, or void if the selector is empty.
     126     * @return WP_Style_Engine_CSS_Rule|void Returns a WP_Style_Engine_CSS_Rule object,
     127     *                                       or void if the selector is empty.
    127128     */
    128129    public function add_rule( $selector ) {
Note: See TracChangeset for help on using the changeset viewer.