The new Press This bookmarklet is coming along in trunk. Get the bookmarklet link from the “Shortcuts” section of the Write->Post page. Props to Josh Kenzer for his QuickPost plugin, on which this is based.
Latest Updates RSS
-
Ryan
-
Ryan
Default avatar options are in trunk courtesy of Viper007Bond.
-
Ryan
Prepping 2.5.1
-
Mark Jaquith
Went a different way with shortcodes. Now they all run at priority 11. Shortcodes that have a buffer line between them and surrounding code aren’t given a paragraph tag wrapper, so you can roll your own formatting for block-level shortcodes. Anyone who has developed a shortcode plugin for 2.5 should see what their output looks like on
/branches/2.5/now. -
Ryan
Need a secret key for your wp-config.php? Get one here
-
Mark Jaquith
Nailed that lame bug that would redirect you to the preview URL after your first post save (but only sometimes).
-
Ryan
Post revisioning is in trunk. Mike will write it up in a blog post soon.
-
Ryan
You can shift-click to select a range of checkboxes in trunk.
-
Ryan
Eliminated a bunch of usermeta queries from the Write Post page.
-
Ryan
Sped up the main query for the Manage Comments page. Shaved some time from wp_list_categories() and wp_dropdown_categories(). Working on the category dropdowns and checkboxes on the Write Post page next.