| @@ -43,27 +43,8 @@ | ||
| 43 | 43 | <?php |
| 44 | 44 | endif; |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | -function fwp_authors_single_submit ($link = NULL) { | |
| 48 | - global $wp_db_version; | |
| 49 | - | |
| 50 | - if (fwp_test_wp_version(FWP_SCHEMA_25)) : | |
| 51 | -?> | |
| 52 | -<div class="submitbox" id="submitlink"> | |
| 53 | -<div id="previewview"> | |
| 54 | -</div> | |
| 55 | -<div class="inside"> | |
| 56 | -</div> | |
| 57 | - | |
| 58 | -<p class="submit"> | |
| 59 | -<input type="submit" name="save" value="<?php _e('Save') ?>" /> | |
| 60 | -</p> | |
| 61 | -</div> | |
| 62 | -<?php | |
| 63 | - endif; | |
| 64 | -} | |
| 65 | - | |
| 66 | 47 | function fwp_option_box_opener ($legend, $id, $class = "stuffbox") { |
| 67 | 48 | global $wp_db_version; |
| 68 | 49 | if (isset($wp_db_version) and $wp_db_version >= FWP_SCHEMA_25) : |
| 69 | 50 | ?> |
| @@ -160,13 +141,10 @@ | ||
| 160 | 141 | } |
| 161 | 142 | |
| 162 | 143 | function update_feeds_mention ($feed) { |
| 163 | 144 | echo "<li>Updating <cite>".$feed['link/name']."</cite> from <<a href=\"" |
| 164 | - .$feed['link/uri']."\">".$feed['link/uri']."</a>> ..."; | |
| 145 | + .$feed['link/uri']."\">".$feed['link/uri']."</a>> ...</li>\n"; | |
| 165 | 146 | flush(); |
| 166 | -} | |
| 167 | -function update_feeds_finish ($feed, $added, $dt) { | |
| 168 | - echo " completed in $dt second".(($dt==1)?'':'s')."</li>\n"; | |
| 169 | 147 | } |
| 170 | 148 | |
| 171 | 149 | function fwp_author_list () { |
| 172 | 150 | global $wpdb; |