Plugin Directory

Changeset 1564617


Ignore:
Timestamp:
12/29/2016 07:54:54 PM (9 years ago)
Author:
josemanuelsh
Message:

Removed comments

Location:
coming-soon-for-genesis/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coming-soon-for-genesis/trunk/inc/front.php

    r1558650 r1564617  
    381381    protected function find_and_remove( $remove = '', $filter = '' ) {
    382382        global $wp_filter;
    383         echo '<!-- ';
    384         var_dump($wp_filter);
    385         echo ' -->';
    386383        foreach( $wp_filter as $tag => $actions )
    387384            foreach( $actions as $priority => $functions )
  • coming-soon-for-genesis/trunk/readme.txt

    r1558653 r1564617  
    55Requires at least: 4.4.2
    66Tested up to: 4.7
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl.html
     
    7878== Changelog ==
    7979
     80= 1.0.4 =
     81* Removed comments
     82
    8083= 1.0.3 =
    8184* Removing genesis_do_header & genesis_do_footer by default
Note: See TracChangeset for help on using the changeset viewer.