Make WordPress Core

Changeset 34774


Ignore:
Timestamp:
10/02/2015 01:50:18 PM (10 years ago)
Author:
boonebgorges
Message:

Pinking shears in shortcode test file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/shortcode.php

    r34761 r34774  
    550550        return $this->sub_registration( $input, $expected );
    551551    }
    552    
     552
    553553    /**
    554554     * Make sure valid shortcode names are allowed.
     
    559559        return $this->sub_registration( $input, $expected );
    560560    }
    561    
     561
    562562    function sub_registration( $input, $expected ) {
    563563        add_shortcode( $input, '' );
     
    567567        return $test;
    568568    }
    569    
     569
    570570    function data_registration_bad() {
    571571        return array(
Note: See TracChangeset for help on using the changeset viewer.