Changeset 43052
- Timestamp:
- 05/01/2018 09:47:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r43048 r43052 1556 1556 $more = __( 'Read More' ); 1557 1557 $less = __( 'Read Less' ); 1558 $folded = ( count( $content_array ) > 1 ) ? ' folded' : ''; 1558 1559 1559 1560 foreach ( $content_array as $section ) { … … 1576 1577 $plugin_name = esc_html( $section['plugin_name'] ); 1577 1578 1578 $content .= '<div class="privacy-text-section folded'. $class . '">';1579 $content .= '<div class="privacy-text-section' . $folded . $class . '">'; 1579 1580 $content .= '<h3>' . $plugin_name . '</h3>'; 1580 1581
Note: See TracChangeset
for help on using the changeset viewer.