Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Aug 11, 2023
1 parent 1900896 commit 81fa928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/wp-to-twitter-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function wpt_update_settings() {
}
}
if ( '1' === get_option( 'link_manager_enabled' ) || true === apply_filters( 'pre_option_link_manager_enabled', false ) ) {
?>
?>
<div class='wptab wpt_types wpt_links' id="wpt_links">
<fieldset>
<legend><span><?php _e( 'Links', 'wp-to-twitter' ); ?></span></legend>
Expand All @@ -370,7 +370,7 @@ function wpt_update_settings() {
</p>
</fieldset>
</div>
<?php
<?php
}
?>
<div>
Expand Down
4 changes: 2 additions & 2 deletions src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.7.0
* Version: 4.0.0
*/

/*
Expand Down Expand Up @@ -66,7 +66,7 @@
require_once( plugin_dir_path( __FILE__ ) . 'wpt-rate-limiting.php' );

global $wpt_version;
$wpt_version = '3.7.0';
$wpt_version = '4.0.0';

add_action( 'init', 'wpt_load_textdomain' );
/**
Expand Down

0 comments on commit 81fa928

Please sign in to comment.