Plugin Directory

Changeset 740304

Timestamp:
07/13/2013 03:15:55 PM (11 years ago)
Author:
japh
Message:

Update with visual indication TFC is running

Location:
themeforest-check/trunk
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • themeforest-check/trunk/README.txt

    r739594 r740304  
    55Requires at least: 3.5 
    66Tested up to: 3.5 
    7 Stable tag: 1.0.0 
     7Stable tag: 1.0. 
    88License: GPLv2 or later 
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html 
    1010
    11 A supplement to the Theme-Check plugin that adds checks for ThemeForest's WordPress Submission Requirements, and removes checks that aren't required.
     11A supplement to the Theme-Check plugin that adds checks for ThemeForest's WordPress Submission Requirements, and removes checks that aren't required.
    1212
    1313== Description ==
    1414
    15 A supplement to the Theme-Check plugin that adds checks for ThemeForest's WordPress Submission Requirements, and removes checks that aren't relevant in that context.
     15A supplement to the Theme-Check plugin that adds checks for ThemeForest's WordPress Submission Requirements, and removes checks that aren't relevant in that context.
    1616
    1717__The [Theme-Check](http://wordpress.org/plugins/theme-check/) plugin is required for this plugin to work.__
     
    2424
    2525== Changelog ==
     26
     27
     28
     29
     30
    2631
    2732= 1.0 =
  • themeforest-check/trunk/class-themeforest-check.php

    r739594 r740304  
    6767        add_action( 'init', array( $this, 'load_plugin_textdomain' ) );
    6868
     69
     70
     71
     72
    6973        add_action( 'themecheck_checks_loaded', array( $this, 'disable_checks' ) );
    7074        add_action( 'themecheck_checks_loaded', array( $this, 'add_checks' ) );
     
    120124            'CustomCheck',
    121125            'EditorStyleCheck',
     126
    122127        );
    123128
     
    149154    }
    150155
     156
     157
     158
     159
     160
     161
     162
     163
     164
     165
     166
     167
     168
     169
     170
     171
     172
     173
     174
     175
     176
     177
     178
     179
     180
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
     192
     193
     194
     195
     196
     197
     198
     199
    151200}
  • themeforest-check/trunk/themeforest-check.php

    r739594 r740304  
    44 *
    55 * A supplement to the Theme-Check plugin that adds checks for ThemeForest's
    6  * WordPress Submission Requirements, and removes checks that aren't required.
     6 * WordPress Theme Submission Requirements, and removes checks that aren't
     7 * required.
    78 *
    89 * @package   ThemeForest_Check
     
    1516 * Plugin Name: ThemeForest-Check
    1617 * Plugin URI:  http://themeforest.net
    17  * Description: A supplement to the Theme-Check plugin that adds checks for ThemeForest's WordPress Submission Requirements, and removes checks that aren't required.
    18  * Version:     1.0.0
     18 * Description: A supplement to the Theme-Check plugin that adds checks for ThemeForest's WordPress Submission Requirements, and removes checks that aren't required.
     19 * Version:     1.0.
    1920 * Author:      Japh
    2021 * Author URI:  http://themeforest.net/user/Japh
Note: See TracChangeset for help on using the changeset viewer.