Changeset 436341
- Timestamp:
- 09/11/2011 02:32:20 PM (15 years ago)
- Location:
- post-it-for-writers
- Files:
-
- 4 added
- 4 deleted
- 2 edited
-
branches/1.0/post-it.php (modified) (1 diff)
-
branches/1.0/screenshot-1.PNG (deleted)
-
branches/1.0/screenshot-1.png (added)
-
branches/1.0/screenshot-2.PNG (deleted)
-
branches/1.0/screenshot-2.png (added)
-
tags/1.0/post-it.php (modified) (1 diff)
-
tags/1.0/screenshot-1.PNG (deleted)
-
tags/1.0/screenshot-1.png (added)
-
tags/1.0/screenshot-2.PNG (deleted)
-
tags/1.0/screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
post-it-for-writers/branches/1.0/post-it.php
r436302 r436341 33 33 { 34 34 $text = get_option('postit_for_writers_text'); 35 echo $text;35 echo nl2br($text); 36 36 } 37 37 -
post-it-for-writers/tags/1.0/post-it.php
r436302 r436341 33 33 { 34 34 $text = get_option('postit_for_writers_text'); 35 echo $text;35 echo nl2br($text); 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.