1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-05-13 00:32:10 +03:00
Commit graph

42 commits

Author SHA1 Message Date
Tom McFarlin fcac09e874 removing a redundant comment delimiter 2013-10-27 14:29:01 -04:00
haleeben 60d06f6446 Added a TODO to prompt the user to change the plugin-name 2013-10-27 16:37:26 +11:00
Tom McFarlin 25c4fdcf70 updating the references to the languages directory as per @grappler's original implementation 2013-10-21 07:30:40 -04:00
Tom McFarlin f211910b4a removing the scope qualifier on the constant 2013-10-17 16:35:14 -04:00
Tom McFarlin 467d5e290f removing extraneous whitespace, making sure comment lines don't exceed 80 characters, and providing updated comment blocks for functions, inline comments, and documentation for the new admin class 2013-10-17 16:22:57 -04:00
Ulrich Pogson 63e9ea97f4 Move function lower down 2013-10-15 20:57:29 +02:00
Ulrich Pogson 60b58949ce Update inline documentation 2013-10-14 22:59:16 +02:00
Ulrich Pogson ac8e5cfb01 Add admin class 2013-10-14 17:37:41 +02:00
Barry Ceelen 96e91f5e05 Update $plugin_slug comment
The boilerplate uses the variable name when internationalizing strings, where the comment on $plugin_slug says to do the opposite.
2013-10-04 23:23:01 +02:00
Barry Ceelen 7f293f8375 Place options page under 'Settings' in stead of 'Plugins' menu 2013-09-28 13:38:39 +02:00
Tom McFarlin 93be2ae0b4 Merge pull request #80 from barryceelen/patch-3
Replace plugin-name with $this->plugin_slug in add_action_links()
2013-09-18 06:14:50 -07:00
Barry Ceelen bbc070e7a7 Replace plugin-name with $this->plugin_slug in add_action_links() 2013-09-18 10:54:34 +02:00
Barry Ceelen 9422feacfd Removes 'Change 'plugin-name' to the name of your plugin' from DocBlock
Removes 'Change 'plugin-name' to the name of your plugin' from add_plugin_admin_menu() function DocBlock, as this is now defined via a variable.
2013-09-18 10:50:29 +02:00
Tom McFarlin adc84722d7 changing the name of the lang directory to languages and all references to it 2013-09-08 14:20:15 -04:00
Tom McFarlin 1599cdf480 Merge pull request #74 from nextgenthemes/master
Change default capability to 'manage_options'
2013-09-08 11:17:06 -07:00
Tom McFarlin 0900698aa3 Merge pull request #71 from GeertDD/const
Updates related to the new VERSION constant
2013-09-08 11:16:57 -07:00
Tom McFarlin 452aeb7213 Merge pull request #58 from thuijssoon/master
Multisite activation / deactivation
2013-09-08 11:16:00 -07:00
nextgenthemes 4c55c1c1ae Change default capability to 'manage_options'
I am not sure if it's a good idea to use 'read' here, as more people will use the plugins page for options that subscribers... should never see.
I am not blaming you, it was me not paying attention but after migrating my plugin to this awesome boilerplate it ended up on WP.org with 'read' for the entire options page and people are now complaining ;)
2013-09-07 08:01:09 +02:00
GaryJones f9d97b8cb1 Make WP_LANG_DIR constant safer
We assume that someone defining WP_LANG_DIR will do so without a trailing slash, since we then add our own before adding in the rest of the path to the .mo file.

This change gets removes that assumption by removing our own slash from the string, and wrapping WP_LANG_DIR in trailingslashit() instead.
2013-08-30 11:00:33 +01:00
Geert De Deckere d3bb173aca Replacing $this->version by the new class constant 2013-08-26 15:40:58 +02:00
Geert De Deckere cd5e787b8e @const is not an official part of PHPDoc
Pointed out by @GaryJones: 4d629b5323 (commitcomment-3943262)
2013-08-26 15:37:21 +02:00
thuijssoon 772e1365a5 Update activate_new_site did_action to become Yoda condition 2013-08-23 06:59:43 +02:00
Ulrich Pogson 04f7237e44 Add missing * 2013-08-21 17:30:55 +02:00
Ulrich Pogson 62ddbcc5e6 Fix typo and move add_filter under menu add_action 2013-08-21 17:22:43 +02:00
Tom McFarlin 10f1e5f08c Merge pull request #67 from GeertDD/const
Storing plugin version in a class constant
2013-08-21 05:01:05 -07:00
Tom McFarlin aa7d883e5f Merge pull request #64 from andrejcremoznik/patch-1
Fix loading textdomain when the plugin is symlinked
2013-08-21 05:00:44 -07:00
Geert De Deckere 4d629b5323 Storing plugin version in a class constant 2013-08-19 08:47:32 +02:00
Andrej Čremožnik 7e0d4a7cd8 Fix loading textdomain when the plugin is symlinked
plugin_basename doesn't return the correct path if the plugin is symlinked into webdir/wp-content/plugins/. This fixes the problem.
2013-07-16 13:14:30 +02:00
Ulrich Pogson 94aaf434a5 Fix typo 2013-07-14 15:25:15 +02:00
Ulrich Pogson d46b5e24b3 Add action link to plugin page 2013-07-14 14:46:58 +02:00
Tom McFarlin 465603b5c8 replacing all instances of PluginName with PluginName as per the WordPress Coding Standards
fixes #61
2013-07-07 14:03:25 -04:00
thuijssoon 2a2050d7fb Update class-plugin-name.php
Added multisite activation/deactivation functionality.
2013-06-15 21:50:31 +07:00
tokkonopapa 9479666eb5 added empty array for dependency to fix version number. 2013-05-25 00:15:49 +09:00
Tom McFarlin 08f0d9a30b updating a reference to the plugin slug
fixes #52
2013-05-17 20:18:06 -04:00
Ulrich Pogson 773a3ad9d4 Replace text-domain with variable and update pot 2013-05-16 23:18:27 +02:00
Tom McFarlin e4d9af5304 updating the docblock for this class 2013-05-16 09:57:05 -04:00
Tom McFarlin b8c03c083a updating page-level docblocks to be consistent
related #48
2013-05-16 09:40:25 -04:00
Tom McFarlin 6f39dbc677 since we're loading a single style sheet, using the singular form of the term
related #48
2013-05-15 10:13:11 -04:00
Tom McFarlin 0154512f69 removing whitespace
related #48
2013-05-15 10:12:11 -04:00
Tom McFarlin 5cf899c20b updating references in comments and in code to the plugin class files and plugin files
related #48
2013-05-15 10:02:10 -04:00
Tom McFarlin a289b607a3 updating code comments, clearing extraneous whitespace
related #48
2013-05-15 10:00:07 -04:00
Tom McFarlin 39abb6e2dc renaming files to be more consistent with the example name of the plugin
related #48
2013-05-15 09:47:33 -04:00
Renamed from plugin-name/class-plugin-boilerplate.php (Browse further)