- Timestamp:
- 05/06/2023 11:38:17 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/html-api/class-wp-html-tag-processor.php
r55724 r55725 1259 1259 * 1260 1260 * @since 6.2.0 1261 *1262 * @return void1263 1261 */ 1264 1262 private function skip_whitespace() { … … 1270 1268 * 1271 1269 * @since 6.2.0 1272 *1273 * @return void1274 1270 */ 1275 1271 private function after_tag() { … … 1290 1286 * @see WP_HTML_Tag_Processor::$lexical_updates 1291 1287 * @see WP_HTML_Tag_Processor::$classname_updates 1292 *1293 * @return void1294 1288 */ 1295 1289 private function class_name_updates_to_attributes_updates() { … … 2184 2178 * @type string $tag_closers "visit" or "skip": whether to stop on tag closers, e.g. </div>. 2185 2179 * } 2186 * @return void2187 2180 */ 2188 2181 private function parse_query( $query ) {
Note: See TracChangeset
for help on using the changeset viewer.