Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r8607 r8313  
    355355
    356356function img_caption_shortcode($attr, $content = null) {
     357
     358    if ( defined('CAPTIONS_OFF') && true == CAPTIONS_OFF )
     359        return $content;
    357360
    358361    // Allow plugins/themes to override the default caption template.
Note: See TracChangeset for help on using the changeset viewer.