Changeset 2413803
- Timestamp:
- 11/06/2020 09:52:30 AM (5 years ago)
- Location:
- kodeks-dashboard/trunk
- Files:
-
- 3 edited
-
functions.php (modified) (1 diff)
-
kodeks-dashboard.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kodeks-dashboard/trunk/functions.php
r2413780 r2413803 38 38 if ( ! is_wp_error( $rss ) ) : // Checks that the object is created correctly 39 39 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 ); 42 42 43 43 // Build an array of all the items, starting with element 0 (first element). -
kodeks-dashboard/trunk/kodeks-dashboard.php
r2413780 r2413803 3 3 Plugin Name: Kodeks Dashboard 4 4 Description: This plugin customizes WordPress for Kodeks customers. 5 Version: 3.0.1 05 Version: 3.0.12 6 6 Author: Thomas Johannessen & Marius Kaase 7 7 Author URI: http://kodeks.no -
kodeks-dashboard/trunk/readme.txt
r2413780 r2413803 1 1 === Kodeks Dashboard === 2 Version: 3.0.1 02 Version: 3.0.12 3 3 Contributors: Kodeks AS 4 4 Tested up to: 5.5.3
Note: See TracChangeset
for help on using the changeset viewer.