- Timestamp:
- 05/17/2023 11:56:47 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php
r55733 r55819 124 124 * 125 125 * @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. 127 128 */ 128 129 public function add_rule( $selector ) {
Note: See TracChangeset
for help on using the changeset viewer.