Changeset 31626 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 03/05/2015 04:26:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r31620 r31626 2712 2712 preg_match( '/' . get_shortcode_regex() . '/s', $shortcode, $matches ); 2713 2713 $atts = shortcode_parse_atts( $matches[3] ); 2714 if ( ! empty( $ atts[5] ) ) {2715 $url = $ atts[5];2714 if ( ! empty( $matches[5] ) ) { 2715 $url = $matches[5]; 2716 2716 } elseif ( ! empty( $atts['src'] ) ) { 2717 2717 $url = $atts['src'];
Note: See TracChangeset
for help on using the changeset viewer.