πŸ”’ EXCLUSIVE: Changeset/ - High Quality

Changeset 2243884


Ignore:
Timestamp:
02/13/2020 01:01:00 PM (6 years ago)
Author:
bashari
Message:

1.0.3

Location:
dev-theme/branches/1.0.3
Files:
1 added
2 copied

Legend:

Unmodified
Added
Removed
  • dev-theme/branches/1.0.3/dev-theme.php

    r2243871 r2243884 Β 
    33 * Plugin Name: Dev Theme
    44 * Description: This plugin can duplicate your theme to a special development theme that you can edit and use, while real users using your current theme
    5Β  * Version: 1.0.1
    Β 5 * Version: 1.0.3
    66 */
    77
    … … Β 
    1717
    1818        add_filter( 'template', [$this, 'devtheme_user_template'] );
    19Β         add_filter( 'stylesheet', [$this, 'devtheme_user_stylesheet'] ); // only WP smaller 3*
    Β 19        add_filter( 'stylesheet', [$this, 'devtheme_user_stylesheet'] ); //only WP smaller 3*
    2020        add_filter( 'option_template', [$this, 'devtheme_user_template'] );
    2121        add_filter( 'option_stylesheet', [$this, 'devtheme_user_stylesheet'] );
  • dev-theme/branches/1.0.3/readme.txt

    r2243871 r2243884 Β 
    11=== Dev Theme ===
    2Β Contributors: bashari
    Β 2Contributors: galpeaceman, bashari
    33Tags: development, dev, stage, staging, theme
    44Requires at least: 4.6
Note: See TracChangeset for help on using the changeset viewer.