Documentation

Markers

Table of Contents

src/admin/class-wysiwyg.php 2
src/admin/layout/class-engine.php 16
src/includes/class-config.php 6
src/includes/class-convert.php 5
src/includes/class-settings.php 7
src/includes/class-template.php 7
src/public/class-parser.php 8
src/public/widget/class-base.php 1
src/public/widget/class-reference-container.php 1

class-wysiwyg.php

Type Line Description
TODO 60 Should this be `static`?
TODO 86 Should this be `static`?

class-engine.php

Type Line Description
TODO 137 Refactor sections into their own class?
TODO 167 Refactor meta boxes into their own class?
TODO 167 Pass actual functions rather than strings?
TODO 253 Move to {@see}.
TODO 266 Review nonce verification.
TODO 339 Review nonce verification.
TODO 368 Required? Should be `abstract`?
TODO 409 Refactor HTML generation.
TODO 424 Refactor HTML generation.
TODO 456 Refactor HTML generation.
TODO 484 Refactor HTML generation.
TODO 506 Refactor HTML generation.
TODO 541 Refactor HTML generation.
TODO 564 Refactor HTML generation.
TODO 564 Use proper colorpicker element.
TODO 588 Refactor HTML generation.

class-config.php

Type Line Description
TODO 46 Remove.
TODO 56 Remove.
TODO 73 Remove.
TODO 84 Remove.
TODO 95 Remove.
TODO 106 Remove.

class-convert.php

Type Line Description
TODO 60 Replace with built-in char casting.
TODO 92 Replace with built-in string formatting.
TODO 154 Replace with built-in type casting.
TODO 179 Review.
TODO 203 Replace with proper logging/debug functions.

class-settings.php

Type Line Description
TODO 1350 Remove?
TODO 48 Refactor to use sane typing.
TODO 202 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 234 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 293 Un-deprecate.
TODO 1082 Review, remove?
TODO 1142 Review. Why are the constants just initialised with these values? At the very least, we should stop using ‘yes’ to mean `true` etc.

class-template.php

Type Line Description
TODO 28 Refactor templating.
TODO 85 Refactor templating.
TODO 111 Refactor templating.
TODO 134 Refactor templating.
TODO 146 Refactor templating.
TODO 159 Refactor templating.
TODO 183 Refactor templating.

class-parser.php

Type Line Description
TODO 267 Reorganise dependencies.
TODO 267 Move call to `register_hooks()` to {@see}.
TODO 287 Move to {@see}.
TODO 380 Refactor to enqueue stylesheets properly in {@see}.
TODO 1144 Refactor to parse DOM rather than using RegEx.
TODO 155 Remove.
TODO 164 Remove.
TODO 173 Remove.

class-base.php

Type Line Description
TODO 29 Review implemenation of Widgets API.

class-reference-container.php

Type Line Description
TODO 27 Review implemenation of Widgets API.

Search results