Changeset 1318368
- Timestamp:
- 12/30/2015 07:42:51 AM (10 years ago)
- Location:
- wp-sitemanager/trunk
- Files:
-
- 3 edited
-
modules/bread-crumb.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-sitemanager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-sitemanager/trunk/modules/bread-crumb.php
r879379 r1318368 332 332 333 333 private function add_posts_page_array( $bread_crumb_arr ) { 334 if ( is_page() || is_front_page() ) {334 if ( is_page() || is_front_page() || is_404() ) { 335 335 return $bread_crumb_arr; 336 336 } elseif ( is_category() ) { -
wp-sitemanager/trunk/readme.txt
r1305832 r1318368 4 4 Requires at least: 3.5 5 5 Tested up to: 4.4 6 Stable tag: 1.1. 66 Stable tag: 1.1.7 7 7 8 8 WP SiteManager is an integrated package comprising of necessary functions for using WordPress as a CMS. … … 34 34 35 35 == Changelog == 36 = 1.1.7 = 37 * fix : Posts page link displayed on bread crumb when 404 page. 38 36 39 = 1.1.6 = 37 40 * change : Keywords and description setting are reflected on Posts page. -
wp-sitemanager/trunk/wp-sitemanager.php
r1305832 r1318368 5 5 Description: WP SiteManager is an integrated package comprising of necessary functions for using WordPress as a CMS. 6 6 Author: Prime Strategy Co.,LTD. 7 Version: 1.1. 67 Version: 1.1.7 8 8 Author URI: http://www.prime-strategy.co.jp/ 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.