Changeset 6382
- Timestamp:
- 01/12/2018 09:35:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/formatting.php
r5606 r6382 459 459 460 460 // Handle nested hashes. 461 if ( '{' === $description[0]|| '{' === $name ) {461 if ( ( $description && '{' === $description[0] ) || '{' === $name ) { 462 462 $description = ltrim( $description, '{' ) . '<ul class="param-hash">'; 463 463 $skip_closing_li = true;
Note: See TracChangeset
for help on using the changeset viewer.