- Timestamp:
- 05/03/2023 11:55:50 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/style-engine/class-wp-style-engine-css-rules-store.php
r54481 r55719 52 52 * 53 53 * @param string $store_name The name of the store. 54 *55 54 * @return WP_Style_Engine_CSS_Rules_Store|void 56 55 */ … … 95 94 * 96 95 * @param string $name The store name. 97 *98 96 * @return void 99 97 */ … … 131 129 * 132 130 * @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. 135 132 */ 136 133 public function add_rule( $selector ) { … … 156 153 * 157 154 * @param string $selector The CSS selector. 158 *159 155 * @return void 160 156 */
Note: See TracChangeset
for help on using the changeset viewer.