mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2025-04-19 13:45:35 +03:00
removing all of the @TODO references
as per GaryJones notes, "You can't have tags come before the short / long description, otherwise the descriptions end up as part of a multiline tag." removing these @TODO's until the team decides whether or not to replace them with something clearer, or to discuss it to the documentation
This commit is contained in:
parent
6271822cb1
commit
793797ae71
15 changed files with 3 additions and 40 deletions
|
@ -1,7 +1,6 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @TODO
|
||||
* Define a short description for what this class does.
|
||||
*
|
||||
* @since x.x.x
|
||||
|
@ -9,7 +8,6 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @TODO
|
||||
* Define a short description for what this class does.
|
||||
*
|
||||
* Define a longer description for the purpose of this class.
|
||||
|
@ -23,7 +21,6 @@
|
|||
class Plugin_Name_Admin_Loader {
|
||||
|
||||
/**
|
||||
* @TODO
|
||||
* Short description. (use period)
|
||||
*
|
||||
* Long description.
|
||||
|
@ -35,8 +32,6 @@ class Plugin_Name_Admin_Loader {
|
|||
public function run( $plugin_name_admin ) {
|
||||
|
||||
/**
|
||||
* @TODO
|
||||
*
|
||||
* This function is used to define the various hooks that are used in the
|
||||
* dashboard-specific side of the plugin. This is achieved via dependency injection
|
||||
* by passing an instance of Plugin_Name_Admin into this class.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue