Changes between Initial Version and Version 1 of Ticket #25698, comment 16
- Timestamp:
- 02/09/2015 07:40:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25698, comment 16
initial v1 7 7 while [ $c -le 50 ] 8 8 do 9 echo "Welcome $c times"10 9 wp menu item add-custom small-menu "Title $c" "http://example.com/?var=$c" 11 10 (( c++ ))