Plugin Directory

Changeset 2413803


Ignore:
Timestamp:
11/06/2020 09:52:30 AM (5 years ago)
Author:
kodeks
Message:

This is a message

Location:
kodeks-dashboard/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • kodeks-dashboard/trunk/functions.php

    r2413780 r2413803  
    3838                                                 if ( ! is_wp_error( $rss ) ) : // Checks that the object is created correctly
    3939
    40                                                  // Figure out how many total items there are, but limit it to 5. 
    41                                                  $maxitems = $rss->get_item_quantity( 3 ); 
     40                                                 // Figure out how many total items there are, but limit it to 5.
     41                                                 $maxitems = $rss->get_item_quantity( 3 );
    4242
    4343                                                 // Build an array of all the items, starting with element 0 (first element).
  • kodeks-dashboard/trunk/kodeks-dashboard.php

    r2413780 r2413803  
    33Plugin Name: Kodeks Dashboard
    44Description: This plugin customizes WordPress for Kodeks customers.
    5 Version: 3.0.10
     5Version: 3.0.12
    66Author: Thomas Johannessen & Marius Kaase
    77Author URI: http://kodeks.no
  • kodeks-dashboard/trunk/readme.txt

    r2413780 r2413803  
    11=== Kodeks Dashboard ===
    2 Version: 3.0.10
     2Version: 3.0.12
    33Contributors: Kodeks AS
    44Tested up to: 5.5.3
Note: See TracChangeset for help on using the changeset viewer.