Plugin Directory

Changeset 2185161


Ignore:
Timestamp:
11/03/2019 11:56:56 AM (6 years ago)
Author:
codeapple
Message:

Minor update: PHP warnings fixed during adding new products page

Location:
codeshop-amazon-affiliate
Files:
102 added
2 edited

Legend:

Unmodified
Added
Removed
  • codeshop-amazon-affiliate/trunk/admin/views/addby_kword_callback.php

    r1724926 r2185161  
    2424                   <select name="caaps_search_category" id="caaps_search_category" class="caaps_search_category" style="width:70%;" >
    2525                       <?php
    26                        foreach ( $categories['categories'] as $index => $category ) {                           
     26                       foreach ( (array) $categories['categories'] as $index => $category ) {                           
    2727                           echo '<option value="'.$index.'">'.$category.'</option>';
    2828                       }
  • codeshop-amazon-affiliate/trunk/readme.txt

    r1725442 r2185161  
    55Requires PHP: 5.3.0
    66Requires at least: 4.4
    7 Tested up to: 4.8
    8 Stable tag: 2.0.0
     7Tested up to: 5.2
     8Stable tag: 2.1.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.