Changes between Initial Version and Version 1 of Ticket #21218, comment 2
- Timestamp:
- 07/11/2012 02:29:17 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21218, comment 2
initial v1 1 1 Here is what I've got from the point at which I'm trying to call the function: 2 2 {{{ 3 3 WP_PLUGIN_DIR /Users/xxx/Dropbox/MAMP/Local Sites/wordpress/public_html/content/plugins 4 4 ABSPATH /Users/xxx/Dropbox/MAMP/Local Sites/wordpress/public_html/ 5 5 WP_CONTENT_DIR /Users/xxx/Dropbox/MAMP/Local Sites/wordpress/public_html/content 6 6 __FILE__ /Users/xxx/Dropbox/MAMP/Local Sites/wordpress/public_html/content/plugins/better-wp-security/better-wp-security.php 7 }}}