Changes from branches/2.6/wp-includes/media.php at r8607 to trunk/wp-includes/media.php at r8313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r8607 r8313 355 355 356 356 function img_caption_shortcode($attr, $content = null) { 357 358 if ( defined('CAPTIONS_OFF') && true == CAPTIONS_OFF ) 359 return $content; 357 360 358 361 // Allow plugins/themes to override the default caption template.
Note: See TracChangeset
for help on using the changeset viewer.