Changeset 29207
- Timestamp:
- 07/17/2014 05:37:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r29197 r29207 168 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 );170 } elseif ( ! empty( $shortcode[5] ) && has_shortcode( $shortcode[5], $tag ) ) { 171 return true; 172 172 } 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.