Changeset 29197 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 07/16/2014 10:04:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r28413 r29197 166 166 167 167 foreach ( $matches as $shortcode ) { 168 if ( $tag === $shortcode[2] ) 168 if ( $tag === $shortcode[2] ) { 169 169 return true; 170 } elseif ( isset( $shortcode[5] ) && has_shortcode( $shortcode[5], $tag ) ) { 171 return has_shortcode( $shortcode[5], $tag ); 172 } 170 173 } 171 174 }
Note: See TracChangeset
for help on using the changeset viewer.