Plugin Directory

Changeset 1180739


Ignore:
Timestamp:
06/14/2015 09:21:20 PM (11 years ago)
Author:
fdoromo
Message:

remove demo

Location:
wp-mobile-edition
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-mobile-edition/tags/2.6/admin/page-p3.php

    r1180709 r1180739  
    3636echo '</h3><div class="inside">'; ?>
    3737
    38 <?php if ( $themeInuse == 'mTheme-Unus'  || $themeInuse == 'mTheme-Unus-demo' ) {
     38<?php if ( $themeInuse == 'mTheme-Unus' ) {
    3939include_once( dirname(__FILE__) . '/p3/mTheme-Unus.php' );
    4040
  • wp-mobile-edition/trunk/admin/page-p3.php

    r1180709 r1180739  
    3636echo '</h3><div class="inside">'; ?>
    3737
    38 <?php if ( $themeInuse == 'mTheme-Unus'  || $themeInuse == 'mTheme-Unus-demo' ) {
     38<?php if ( $themeInuse == 'mTheme-Unus' ) {
    3939include_once( dirname(__FILE__) . '/p3/mTheme-Unus.php' );
    4040
Note: See TracChangeset for help on using the changeset viewer.