- Timestamp:
- Jan 13, 2010, 2:31:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/xoops_version.php
r500 r501 256 256 'func_num' => $b_no, 257 257 ); 258 $b_no++;259 258 if (wp_version_compare($wp_version, '>=','2.3')){ 259 $b_no++; 260 260 $modversion['blocks'][$b_no] = array( 261 261 'file' => 'tag_cloud_block.php' , … … 291 291 'func_num' => $b_no, 292 292 ); 293 $b_no++;294 293 if (wp_version_compare($wp_version, '>=','2.7')){ 294 $b_no++; 295 295 $modversion['blocks'][$b_no] = array( 296 296 'file' => 'widget_block.php' ,
Note: See TracChangeset
for help on using the changeset viewer.