Changes from branches/2.8/wp-includes/media.php at r11890 to trunk/wp-includes/media.php at r11529
- File:
-
- 1 edited
-
trunk/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r11890 r11529 592 592 return $content; 593 593 594 if ( $id ) $id = 'id="' . esc_attr($id). '" ';595 596 return '<div ' . $id . 'class="wp-caption ' . esc_attr($align). '" style="width: ' . (10 + (int) $width) . 'px">'594 if ( $id ) $id = 'id="' . $id . '" '; 595 596 return '<div ' . $id . 'class="wp-caption ' . $align . '" style="width: ' . (10 + (int) $width) . 'px">' 597 597 . do_shortcode( $content ) . '<p class="wp-caption-text">' . $caption . '</p></div>'; 598 598 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)