Plugin Directory

Changeset 1381332


Ignore:
Timestamp:
03/29/2016 06:58:19 PM (10 years ago)
Author:
toddnestor
Message:

updated [] to be array() where applicable

Location:
hercules-sentiment-analysis
Files:
110 added
3 edited

Legend:

Unmodified
Added
Removed
  • hercules-sentiment-analysis/trunk/hercules-framework/core/View.php

    r1379595 r1381332  
    288288            $meta_data = $this->Model( $this->CurrentSlug() )->GetMeta( $post_id );
    289289        else
    290             $meta_data = [];
     290            $meta_data = array();
    291291
    292292        $custom_columns = $this->PostsColumns();
     
    319319            $meta_data = $this->Model( $this->CurrentSlug() )->GetMeta( $post_id );
    320320        else
    321             $meta_data = [];
     321            $meta_data = array();
    322322
    323323        $custom_columns = $this->CommentsColumns();
     
    420420            case 'all':
    421421                $post_types = get_post_types( '', 'names' );
    422                 $exclude_types = [ 'attachment', 'revision', 'nav_menu_item' ];
     422                $exclude_types = array( 'attachment', 'revision', 'nav_menu_item' );
    423423                foreach( $post_types as $type )
    424424                {
  • hercules-sentiment-analysis/trunk/plugin.php

    r1379631 r1381332  
    55Author: Todd D. Nestor - todd.nestor@gmail.com
    66Author URI: http://toddnestor.com
    7 Version: 1.2.4
     7Version: 1.2.5
    88License: GNU General Public License v3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • hercules-sentiment-analysis/trunk/readme.txt

    r1379631 r1381332  
    44Requires at least: 3.5
    55Tested up to: 4.3
    6 Stable tag: 1.2.4
     6Stable tag: 1.2.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.