Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/30/2015 11:42:33 AM (9 years ago)
Author:
djpaul
Message:

Code Standards: fix space indentations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-media-extractor.php

    r10108 r10160  
    469469        // Match any registered WordPress shortcodes.
    470470        if ( strpos( $richtext, '[' ) !== false ) {
    471             preg_match_all( '/' . get_shortcode_regex() . '/s', $richtext, $matches );
     471            preg_match_all( '/' . get_shortcode_regex() . '/s', $richtext, $matches );
    472472
    473473            if ( ! empty( $matches[2] ) ) {
Note: See TracChangeset for help on using the changeset viewer.