Desk Mess Mirrored 1.9.1
Yesterday the latest version of Desk Mess Mirrored was approved into the WordPress Extend Themes repository. This version, 1.9.1, is more a maintenance release than anything else and was noted as such on Trac ticket #5877:
I consider this a maintenance release prior to releasing version 2.0.
The diff may give a difference impression as the majority of changes shown in the diff are due to code white-space and layout changes rather than actual code changes.
As referenced in the Changelog as of November 29, 2011:
== Version 1.9.1 ==
* added CSS optimizations
* added PHPDoc style documentation
* combined added comment classes `user-ID` and `microid` creation into one function `Add Comment Classes` in ‘comments.php’
* corrected comment reply style
* drop direct support for Internet Explorer 6 or order
* modified `.widget h2` CSS to better allow for long titles in the sidebar
* moved “You must be logged in to post a comment.” to be more clearly readable
* moved enqueued `comment-reply` call from ‘header.php’ to ‘functions.php’
* removed `get_page_number` function as no longer needed
* removed ‘category.php’ template file as not used
* reviewed and corrected old changelog entries for spelling and other minor typos
* updated ‘readme.txt’ (minor changes)
/**
* Internet Browsers Reviewed
* ==========================
*
* Apple Safari v5.1.1 (Mac)
* Apple Safari v5.1.1 (PC)
* Firefox v8.0 (Mac)
* Firefox v8.0 (PC)
* Google Chrome v15.0
* Internet Explorer v9.0
* Opera v11.52
*/
/** ————————————————————————- */
… and as noted, version 2.0 will be released in the (near?) future mostly dependent on the new features I have decided to add and/or the ideas/requests I will accept and include as well.
Enjoy!
© 2011, Edward Caissie. All rights reserved.

11 Comments
@cais, I’m getting a fatal PHP error.
PHP Fatal error: Call to undefined function dmm_get_page_number() in /Library/WebServer/Documents/troop262ps/wp-content/themes/desk-mess-mirrored-multi/header.php on line 7, referer: http://troop262ps.org/wp-login.php
At the moment I worked around it by putting an empty dmm_get_page_number() in the Multi funtions.php
@Andy – You are one of my best accidental testers and I greatly appreciate your patience with these issues. The fix I will likely be implementing will likely be replacing the existing
titletag code with the following:I’ll try to get the new Multi version on site later tonight.
@cais, happy to help whenever posssible.
I’ll wait for the Multi update and then remove my empty function call.
@Andy – Multi 1.9.1 is now available … let me know if you run into any other issues.
PHP Fatal error: Call to undefined function dmm_wp_title() in /Library/WebServer/Documents/troop262ps/wp-content/themes/desk-mess-mirrored-multi/header.php on line 13
Again, adding an empty function for dmm_wp_title() makes it viewable.
Am I missing this somewhere. I have to do the update by hand and I didn’t see a functions.php file in the Multi.zip file.
@Andy – I’ll have to look into this further. Everything worked fine in my test environments … Child-Themes read their own ‘functions.php’ file then read their parent’s ‘functions.php’ file afterward. I purposely do not have a ‘functions.php’ file in Multi so it can be more easily modified.
If you want to … feel free to zip up your Child-Theme and send it to me, it might be quicker to work from your files. I’ll see about setting some time aside this afternoon just to look at these issues.
@cais, I’ve looked through the DMM functions.php file and I don’t see a function dmm_wp_title(). This seems to be the problem. My installation is not seeing certain functions that the theme is calling. I’ll zip up my copy of Multi and send it to you.
@Andy – Aha, you are correct. `dmm_wp_title` will be in 2.0; I’ll update ‘Multi’ to have that functionality in ‘header.php’ again … note: the Multi version will remain the same.
PS: The “new” Multi is now available for download. Sorry for the inconveniences. EAC
@cais, all is
again. Looking forward to 2.0.
@Andy – Great! Feel free to follow the GitHub links to the latest versions of Desk Mess Mirrored and Multi … you will see the projects as works in progress.