Make WordPress Core


Ignore:
Timestamp:
05/03/2023 11:55:50 PM (23 months ago)
Author:
johnbillion
Message:

Docs: Correct and improve inline docs relating to the style engine.

See #57840

File:
1 edited

Legend:

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

    r54481 r55719  
    5252     *
    5353     * @param string $store_name The name of the store.
    54      *
    5554     * @return WP_Style_Engine_CSS_Rules_Store|void
    5655     */
     
    9594     *
    9695     * @param string $name The store name.
    97      *
    9896     * @return void
    9997     */
     
    131129     *
    132130     * @param string $selector The CSS selector.
    133      *
    134      * @return WP_Style_Engine_CSS_Rule|void Returns a WP_Style_Engine_CSS_Rule object, or null if the selector is empty.
     131     * @return WP_Style_Engine_CSS_Rule|void Returns a WP_Style_Engine_CSS_Rule object, or void if the selector is empty.
    135132     */
    136133    public function add_rule( $selector ) {
     
    156153     *
    157154     * @param string $selector The CSS selector.
    158      *
    159155     * @return void
    160156     */
Note: See TracChangeset for help on using the changeset viewer.