Plugin Directory

Changeset 920709


Ignore:
Timestamp:
05/25/2014 01:47:38 PM (11 years ago)
Author:
Mike_Cowobo
Message:

Append previous commit in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-tiles/trunk/src/WPTiles/Legacy.php

    r919642 r920709  
    134134                if ( isset( $templates['small_screen_template'] ) && !empty( $templates['small_screen_template'] ) ) {
    135135                    $small_id = wp_insert_post( array(
    136                         'post_type' => WPTiles\WPTiles::GRID_POST_TYPE,
     136                        'post_type' => WPTiles::GRID_POST_TYPE,
    137137                        'post_status' => 'publish',
    138138                        'post_tite' => 'Small Screen Grid',
Note: See TracChangeset for help on using the changeset viewer.