Changeset 1565493
- Timestamp:
- 12/31/2016 06:56:36 PM (9 years ago)
- Location:
- category-class/trunk
- Files:
-
- 3 edited
-
category-class.php (modified) (1 diff)
-
inc/categorie.class.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-class/trunk/category-class.php
r816977 r1565493 3 3 /* 4 4 Plugin Name: Category class 5 Plugin URI: http://www.my-wp-plugins.com/Forum-category-class.html6 5 Description: This is just a class for developpers which can be used into plugins, widget, ... 7 6 Author: LordPretender 8 Version: 1. 27 Version: 1.3 9 8 Author URI: http://www.duy-pham.fr 10 9 */ -
category-class/trunk/inc/categorie.class.php
r808982 r1565493 179 179 180 180 /** 181 * Retourne le tableau des sous-catégories. 182 * 183 * @return Array Tableau d'objets CCS_Catégorie. 184 */ 185 public function getSousCatégories(){ 186 return $this->sousCatégories; 187 } 188 189 /** 181 190 * Permet de chercher une valeur dans un tableau d'objets en fournissant la valeur mais aussi l'attribut. 182 191 * -
category-class/trunk/readme.txt
r816977 r1565493 5 5 Requires at least: 3.6.1 6 6 Tested up to: 3.6.1 7 Stable tag: 1. 27 Stable tag: 1.3 8 8 9 Here is a library for developpers which help them to use categories and posts whithin a simple class. 9 Here is a library for developpers which help them to use categories and posts whithin a simple class.... 10 10 11 11 == Description == … … 41 41 == Changelog == 42 42 43 = 1.3 = 44 * New method in CCS_Catégorie class. It is now possible to access to sub-categories. 45 43 46 = 1.2 = 44 47 * Support link added.
Note: See TracChangeset
for help on using the changeset viewer.