Markers
Table of Contents
class-wysiwyg.php
Type | Line | Description |
---|---|---|
TODO | 39 | Should this be `static`? |
TODO | 65 | Should this be `static`? |
class-engine.php
Type | Line | Description |
---|---|---|
TODO | 122 | Review nonce verification. |
TODO | 184 | Required? Should be `abstract`? |
TODO | 249 | Refactor sections into their own class? |
TODO | 279 | Refactor meta boxes into their own class? |
TODO | 279 | Pass actual functions rather than strings? |
TODO | 324 | Refactor HTML generation. |
TODO | 338 | Refactor HTML generation. |
TODO | 369 | Refactor HTML generation. |
TODO | 396 | Refactor HTML generation. |
TODO | 417 | Refactor HTML generation. |
TODO | 451 | Refactor HTML generation. |
TODO | 473 | Refactor HTML generation. |
TODO | 473 | Use proper colorpicker element. |
TODO | 496 | Refactor HTML generation. |
TODO | 551 | Move to {@see}. |
TODO | 567 | Review nonce verification. |
class-settings.php
Type | Line | Description |
---|---|---|
TODO | 1139 | Review in light of admin/public split. |
class-config.php
Type | Line | Description |
---|---|---|
TODO | 48 | Remove. |
TODO | 58 | Remove. |
TODO | 75 | Remove. |
TODO | 86 | Remove. |
TODO | 97 | Remove. |
TODO | 108 | Remove. |
class-convert.php
Type | Line | Description |
---|---|---|
TODO | 58 | Replace with built-in type casting. |
TODO | 84 | Review. |
TODO | 84 | Single return type. |
TODO | 112 | Replace with proper logging/debug functions. |
TODO | 149 | Replace with built-in char casting. |
TODO | 180 | Replace with built-in string formatting. |
class-settings.php
Type | Line | Description |
---|---|---|
TODO | 1391 | Add return type. |
TODO | 50 | Refactor to use sane typing. |
TODO | 204 | The mouse-over content truncation should be enabled by default to raise awareness of the functionality, prevent the screen from being filled on mouse-over, and allow the use of ‘Continue Reading’ functionality. |
TODO | 236 | In titles, footnotes are still buggy, because WordPress uses the title string in menus and in the title element, but Footnotes doesn't delete footnotes in them. |
TODO | 295 | Un-deprecate. |
TODO | 1084 | Review, remove? |
TODO | 1132 | Review. Why are the constants just initialised with these values? At the very least, we should stop using ‘yes’ to mean `true` etc. |
TODO | 1132 | Create `PreferencesSet` class. |
TODO | 1322 | Create `PreferencesSet` class. |
class-template.php
Type | Line | Description |
---|---|---|
TODO | 30 | Refactor templating. |
TODO | 81 | Refactor templating. |
TODO | 109 | Refactor templating. |
TODO | 134 | Refactor templating. |
TODO | 146 | Refactor templating. |
TODO | 159 | Refactor templating. |
TODO | 184 | Refactor templating. |
TODO | 184 | Single return type. |
class-general.php
Type | Line | Description |
---|---|---|
TODO | 64 | Review null init. |
class-parser.php
Type | Line | Description |
---|---|---|
TODO | 253 | Reorganise dependencies. |
TODO | 253 | Move call to `register_hooks()` to {@see}. |
TODO | 273 | Move to {@see}. |
TODO | 402 | Refactor to enqueue stylesheets properly in {@see}. |
TODO | 1159 | Refactor to parse DOM rather than using RegEx. |
TODO | 1159 | Decompose. |
TODO | 150 | Remove. |
TODO | 158 | Remove. |
TODO | 166 | Remove. |
class-base.php
Type | Line | Description |
---|---|---|
TODO | 31 | Review implemenation of Widgets API. |
class-reference-container.php
Type | Line | Description |
---|---|---|
TODO | 30 | Review implemenation of Widgets API. |