summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/publicize/ui.php')
-rw-r--r--plugins/jetpack/modules/publicize/ui.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/modules/publicize/ui.php b/plugins/jetpack/modules/publicize/ui.php
index 839b7463..7d5e3f36 100644
--- a/plugins/jetpack/modules/publicize/ui.php
+++ b/plugins/jetpack/modules/publicize/ui.php
@@ -326,7 +326,7 @@ jQuery( function($) {
wpasTitle = $('#wpas-title').keyup( function() {
var length = wpasTitle.val().length;
wpasTitleCounter.text( length );
- if ( wpasTwitterCheckbox && length > 116 ) {
+ if ( wpasTwitterCheckbox && length > 256 ) {
wpasTitleCounter.addClass( 'wpas-twitter-length-limit' );
} else {
wpasTitleCounter.removeClass( 'wpas-twitter-length-limit' );