Changeset 1713764
- Timestamp:
- 08/15/2017 06:46:11 PM (9 years ago)
- Location:
- helpful-features/trunk
- Files:
-
- 2 edited
-
helpful-features.php (modified) (1 diff)
-
inc/getting-started/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
helpful-features/trunk/helpful-features.php
r1713758 r1713764 9 9 Author: OXSN 10 10 Author URI: https://profiles.wordpress.org/oxsn 11 Version: 0.2. 211 Version: 0.2.3 12 12 */ 13 13 -
helpful-features/trunk/inc/getting-started/functions.php
r1713758 r1713764 1886 1886 'limit' => '', 1887 1887 ), $atts); 1888 $categories = get_ the_category();1888 $categories = get_categories(); 1889 1889 $category_list = ''; 1890 1890 if($categories){
Note: See TracChangeset
for help on using the changeset viewer.