add a todo note
This commit is contained in:
parent
7224faead7
commit
c4c6ffd855
|
@ -24,6 +24,7 @@ class ComicPressComicPost {
|
||||||
/**
|
/**
|
||||||
* Normalize the ordering of attachments in this post.
|
* Normalize the ordering of attachments in this post.
|
||||||
* If images have beed added or removed, intelligently update the metadata.
|
* If images have beed added or removed, intelligently update the metadata.
|
||||||
|
* TODO Allow skipping of normalization if performance is needed
|
||||||
*/
|
*/
|
||||||
function normalize_ordering() {
|
function normalize_ordering() {
|
||||||
$attachments = $this->get_attachments();
|
$attachments = $this->get_attachments();
|
||||||
|
|
Loading…
Reference in New Issue