Changeset 514 for trunk/b2-include/b2functions.php
- Timestamp:
- 11/03/2003 10:11:42 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/b2-include/b2functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2-include/b2functions.php
r505 r514 365 365 if ((!isset($cache_lastpostdate)) OR (!$use_cache)) { 366 366 $now = date("Y-m-d H:i:s",(time() + ($time_difference * 3600))); 367 if ($pagenow != ' b2edit.php') {367 if ($pagenow != 'wp-post.php') { 368 368 $showcatzero = 'post_category > 0 AND'; 369 369 } else {
Note: See TracChangeset
for help on using the changeset viewer.