DevinVinson / WordPress-Plugin-Boilerplate

[WordPress] A foundation for WordPress Plugin Development that aims to provide a clear and consistent guide for building your plugins.
http://wppb.io
7.67k stars 2.25k forks source link

The instructions for a Windows shortcut are not correct #276

Closed rhelms closed 9 years ago

rhelms commented 9 years ago

The instructions for the Windows shortcut should be:

  1. Create a symbolic link between the trunk directory and the plugin. For example: mklink /J path\to\wp-content\plugins\plugin-name \path\to\WordPress-Plugin-Boilerplate\plugin-name\trunk

This will create the Directory Junction in the wp-content\plugins directory, with the plugin-name, and point to the trunk area.

DevinVinson commented 9 years ago

Thanks for the heads up. I'll take a look and update :)

DevinVinson commented 9 years ago

Becoming invalid with next updated so closing this out.

rhelms commented 9 years ago

Hi

Is that an update to WP or Boilerplate, and where can I find out more?

Regards Reuben Helms On 4 Jul 2015 12:27 am, "Devin" notifications@github.com wrote:

Becoming invalid with next updated so closing this out.

— Reply to this email directly or view it on GitHub https://github.com/DevinVinson/WordPress-Plugin-Boilerplate/issues/276#issuecomment-118363544 .