Changeset 920709
- Timestamp:
- 05/25/2014 01:47:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-tiles/trunk/src/WPTiles/Legacy.php
r919642 r920709 134 134 if ( isset( $templates['small_screen_template'] ) && !empty( $templates['small_screen_template'] ) ) { 135 135 $small_id = wp_insert_post( array( 136 'post_type' => WPTiles \WPTiles::GRID_POST_TYPE,136 'post_type' => WPTiles::GRID_POST_TYPE, 137 137 'post_status' => 'publish', 138 138 'post_tite' => 'Small Screen Grid',
Note: See TracChangeset
for help on using the changeset viewer.