How to register placeholder attribute to text input form?
Hi!
Here is the source code for the input form:
<input name="post_title" id="post_title" type="text" class="text required" minlength="">
I need to do so:
<input name="post_title" id="post_title" type="text" class="text required" maxlength="70" placeholder="bla-bla-bla">
How and where it can be edited?