Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #25698, comment 16


Ignore:
Timestamp:
02/09/2015 07:40:43 PM (10 years ago)
Author:
atimmer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25698, comment 16

    initial v1  
    77while [ $c -le 50 ]
    88do
    9         echo "Welcome $c times"
    109        wp menu item add-custom small-menu "Title $c" "http://example.com/?var=$c"
    1110        (( c++ ))