forked from neatnik/neato
use a function for this power_up path #1
Loading…
Reference in a new issue
No description provided.
Delete branch "sdm_atom_path_function"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This replaces the global
$this_power_up_base_pathwith a functionatom_power_up_base_path(). The global variable was triggering errors when used with the under-development blog power-up. Also, globals are generally considered bad form.