Changeset 2016397
- Timestamp:
- 01/21/2019 05:54:55 PM (7 years ago)
- Location:
- basepress/trunk
- Files:
-
- 2 edited
-
basepress.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basepress/trunk/basepress.php
r1997170 r2016397 5 5 * Plug URI: http://www.8bitsinarow.com 6 6 * Description: The perfect Knowledge Base plugin for WordPress 7 * Version: 2.0. 27 * Version: 2.0.3 8 8 * Author: 8Bits in a row 9 9 * Author URI: http://www.8bitsinarow.com … … 73 73 * @var string 74 74 */ 75 public $ver = '2.0. 2' ;75 public $ver = '2.0.3' ; 76 76 /** 77 77 * Database version … … 398 398 399 399 if ( 0 == $queried_object->parent ) { 400 $href = get_admin_url() . 'edit.php?post_type=knowledgebase&page= products&product=' . $queried_object->term_id;400 $href = get_admin_url() . 'edit.php?post_type=knowledgebase&page=basepress_products&product=' . $queried_object->term_id; 401 401 $title = __( 'Edit Product', 'basepress' ); 402 402 } else { 403 403 //Edit menu for sections 404 $href = get_admin_url() . 'edit.php?post_type=knowledgebase&page= sections§ion=' . $queried_object->term_id;404 $href = get_admin_url() . 'edit.php?post_type=knowledgebase&page=basepress_sections§ion=' . $queried_object->term_id; 405 405 $title = __( 'Edit Section', 'basepress' ); 406 406 } -
basepress/trunk/readme.txt
r1997170 r2016397 5 5 Requires at least: 4.5 6 6 Tested up to: 5.0 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 140 140 == Changelog == 141 141 142 = 2.0.3 = 143 * Fixed "Edit Product" and "Edit Section" link in admin bar in the front end not working 144 142 145 = 2.0.2 = 143 146 * Fixed search bar shortcode which made bar always appear at the top of the page
Note: See TracChangeset
for help on using the changeset viewer.