Skip to content

Commit

Permalink
admin tab updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rafasashi committed May 23, 2023
1 parent 0a7dd0f commit 606e39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/class-ltple.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public function __construct ( $file='', $parent, $version = '1.0.0' ) {

add_filter('ltple_admin_tabs_default-contents', function($fields){

$fields['directory'] = array( 'tab' => 'Forms','name' => 'Directories', 'in_menu' => false );
$fields['directory'] = array( 'tab' => 'Forms','name' => 'Directories', 'in_menu' => true );

return $fields;

Expand Down
2 changes: 1 addition & 1 deletion live-template-editor-directory.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Live Template Editor Directory
* Version: 1.1.0.0
* Version: 1.1.0.1
* Plugin URI: https://github.com/rafasashi
* Description: Another Live Template Editor directory.
* Author: Rafasashi
Expand Down

0 comments on commit 606e39f

Please # to comment.