Changeset 533 for trunk/xpressme_integration_kit/xoops_version.php
- Timestamp:
- Mar 9, 2010, 4:15:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/xoops_version.php
r527 r533 347 347 ); 348 348 349 if (wp_version_compare($wp_version, '>=','2.9')){ 350 $b_no++; 351 $modversion['blocks'][$b_no] = array( 352 'file' => 'blog_list_block.php' , 353 'name' => constant('_MI_XP2_BLOCK_BLOG_LIST') , 354 'description' => '' , 355 'show_func' => "b_". $mydirname . "_blog_list_show" , 356 'edit_func' => "b_". $mydirname . "_blog_list_edit" , 357 'options' => $mydirname. '||name|ASC' , 358 'can_clone' => false , 359 'func_num' => $b_no, 360 ); 361 } 349 362 350 363 // Notification
Note: See TracChangeset
for help on using the changeset viewer.