Changeset 1539989
- Timestamp:
- 11/24/2016 07:30:40 PM (9 years ago)
- Location:
- tc-portfolio/trunk/lib
- Files:
-
- 2 edited
-
tc-portfolio-cpt.php (modified) (1 diff)
-
tc-portfolio-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tc-portfolio/trunk/lib/tc-portfolio-cpt.php
r1539986 r1539989 17 17 'menu_name' => __('TC Portfolio', 'tc-Portfolio') // this name will be shown on the menu 18 18 ); 19 19 20 $args = array( 20 21 'labels' => $labels, -
tc-portfolio/trunk/lib/tc-portfolio-settings.php
r1538187 r1539989 94 94 'desc' => __( 'Menu Background Color', 'tc-portfolio' ), 95 95 'type' => 'color', 96 'default' => '# 97B088'96 'default' => '#ff7055' 97 97 ), 98 98
Note: See TracChangeset
for help on using the changeset viewer.