Re: Welcome widget only saves 1 character
I am also having this problem with the Welcome Widget and all other widgets i tested.
Its only saving the first character i type in.
looking at the entry in wp_X_options before i save (just added welcome widget) it contains ‘a:2:{s:5:”title”;s:0:””;s:4:”text”;s:0:””;}’
When i save the widget text leaving the fields blank its does what it should… the db field again says ‘a:2:{s:5:”title”;s:0:””;s:4:”text”;s:0:””;}’
However when i add some text to the widget and save ir does this;
does the ajax call posting the correct widget text. then something happens as the db field now says
‘FIRST CHARACTER OF WIDGET TEXT rray’
Any ideas?