diff --git a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js index d6ef91e..abb49d8 100644 --- a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js +++ b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js @@ -26,6 +26,9 @@ jQuery(document).ready(function(){ dedicate_to_input: { required: true, validacionDestinatario : true + }, + dedication_text: { + maxlength: '100' } }, onkeyup: false, diff --git a/wp-content/themes/score/dedications/single/new-dedication.php b/wp-content/themes/score/dedications/single/new-dedication.php index 4e3d595..55a9f8f 100644 --- a/wp-content/themes/score/dedications/single/new-dedication.php +++ b/wp-content/themes/score/dedications/single/new-dedication.php @@ -68,7 +68,7 @@ global $bp;