| To fix the missing ·...
For those that want to fix this, I finally found it...
If your using a 3rd party text editor that allows you to enable line numbers,
locate line 912 and change $pmenu to $admmenu. This will add the dot back inbetween Hide Image and Make Sticky.
[BEFORE]
911 {
912 $pmenu .= " · ";
913 }
[AFTER]
911 {
912 $admmenu .= " · ";
913 }
|