Commit Graph

196 Commits

Author SHA1 Message Date
Mark Jaquith 8abb12ffc6 Make the number of taxonomies to display per page setting actually stick. props nacin. fixes #13899
git-svn-id: https://develop.svn.wordpress.org/trunk@15263 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-15 20:07:02 +00:00
Ryan Boren fc2793bd46 Deprecate is_term, is_taxonomy, is_post_type for *_exists(). Props nacin. fixes #13747
git-svn-id: https://develop.svn.wordpress.org/trunk@15220 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 15:53:41 +00:00
Andrew Nacin 8a82d39002 Check for the import cap before showing links to the tag/cat converter. props kpdesign, fixes #13834.
git-svn-id: https://develop.svn.wordpress.org/trunk@15205 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 00:00:47 +00:00
Ryan Boren 9537ce264c Set the screen for add-tag ajax requests. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15178 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-09 16:52:25 +00:00
Ryan Boren d599a6ca65 Make set_current_screen() taxonomy aware. Use current_screen when setting up table headers for edit-tags.php. see #13783
git-svn-id: https://develop.svn.wordpress.org/trunk@15175 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-08 15:34:42 +00:00
Ryan Boren 8722875136 Don't call wp_tag_cloud() at all for hierarchical taxonomies.
git-svn-id: https://develop.svn.wordpress.org/trunk@15141 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-04 19:18:09 +00:00
Ryan Boren dd10abc8a4 Don't show a cloud for hierarchical taxonomies.
git-svn-id: https://develop.svn.wordpress.org/trunk@15140 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-04 19:14:27 +00:00
Andrew Nacin 2990e72571 target=blank help fixes. props zeo, fixes #13467.
git-svn-id: https://develop.svn.wordpress.org/trunk@15135 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-04 03:42:43 +00:00
Andrew Nacin e89212637d Help whitespace/punctuation cleanup. props zeo, see #13467.
git-svn-id: https://develop.svn.wordpress.org/trunk@15054 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-29 16:16:40 +00:00
Nikolay Bachiyski 432ac03fb2 Menu translatable strings cleanup.
* Take out <strong> of the translatable part of For more information:
 * Include support forums and Codex links inside translations, because most translators would want to change them to their local documentation sites or Codex prefixes


git-svn-id: https://develop.svn.wordpress.org/trunk@14989 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-27 11:52:15 +00:00
Andrew Nacin b5da1545f4 Revert [14853], [14778], returning tag/cat converter to tools.php and edit-tags.php. Link to import.php instead of the converter directly as it may not be installed. see #13566.
git-svn-id: https://develop.svn.wordpress.org/trunk@14978 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-27 04:35:11 +00:00
Ryan Boren daa8ea56bc strong FMI. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14962 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 21:08:23 +00:00
Andrew Nacin a478f400ef Only show slug help text when global terms are disabled. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14915 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 00:09:49 +00:00
Ryan Boren 9d5a07f0a3 Help for cats and tags. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14913 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 23:49:40 +00:00
Ryan Boren 0fcd59eab5 Don't link to cat2tag importer since it might not be installed. see #13465
git-svn-id: https://develop.svn.wordpress.org/trunk@14853 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-24 19:54:46 +00:00
Andrew Nacin 47136b319f Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395.
git-svn-id: https://develop.svn.wordpress.org/trunk@14647 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-14 21:46:25 +00:00
Nikolay Bachiyski 599c19481e I18n for custom taxonomies. Fixes #13357
git-svn-id: https://develop.svn.wordpress.org/trunk@14614 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-14 00:34:04 +00:00
Andrew Nacin a56d439b4d Change is_multisite check for hiding a term slug on edit-tags.php to checking for global terms.
git-svn-id: https://develop.svn.wordpress.org/trunk@14594 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-13 04:12:57 +00:00
Andrew Nacin 4f689c8309 Move taxonomy object properties for capabilities into a cap object. Capabilities can be specified via ['capabilities'] (an array keyed by the generic cap name) for register_taxonomy. fixes #13358.
git-svn-id: https://develop.svn.wordpress.org/trunk@14593 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-13 04:10:17 +00:00
Andrew Nacin ec4f5b83bf Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87.
git-svn-id: https://develop.svn.wordpress.org/trunk@14139 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-18 06:14:45 +00:00
Dion Hulse 3e9d7f8975 Display "Edit $taxonomy" on edit-tags.php Edit screen. Props jfarthing84. See #12746
git-svn-id: https://develop.svn.wordpress.org/trunk@13876 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-29 10:23:25 +00:00
Dion Hulse 6cd731abb4 Change form field ID's to prevent ID clashes with listing table column headers. See #11937
git-svn-id: https://develop.svn.wordpress.org/trunk@13852 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-28 01:42:34 +00:00
Andrew Nacin dd306def81 Remove redundant isset() and empty() checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@13770 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-19 21:29:21 +00:00
Ryan Boren e61755c853 Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@13733 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-17 16:27:25 +00:00
Dion Hulse 6e43a2610d Fix no-redirect on no-js taxonomy term additions
git-svn-id: https://develop.svn.wordpress.org/trunk@13693 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-13 10:37:41 +00:00
Dion Hulse 0cba2f4429 Use get_terms() in wp_count_terms(). Props scribu. Fixes #10746
git-svn-id: https://develop.svn.wordpress.org/trunk@13491 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-28 07:37:24 +00:00
Dion Hulse 279f93647a Add Tag::Cat converters to the Tools page. Props ninjaWR. Add Tag->Cat converter links on Manage Tags page. Fixes #8634
git-svn-id: https://develop.svn.wordpress.org/trunk@13450 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-27 04:04:36 +00:00
Ryan Boren f24e88359e Trim trailing whites
git-svn-id: https://develop.svn.wordpress.org/trunk@13268 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-21 00:03:42 +00:00
Dion Hulse 81e3891ed8 Use the public query param instead of show_ui to determine if the Post Type is displayable. Props jfarthing84. See #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13215 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-19 10:05:13 +00:00
Dion Hulse 5028f2ccbb Fix $post_type handling/passing in the Taxonomy edit links. Fix the Tag selection query var for edit.php in the Posts links. See #12270, See #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@13213 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-19 09:54:18 +00:00
Andrew Nacin 966c84021f Only show "Popular Terms" header when there is a tag cloud to show. see #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@13160 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-15 09:05:56 +00:00
Dion Hulse 9da2f26d98 Fix Terms Per Page for taxonomies, Apply old Category filter to value. See #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@13081 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 03:52:33 +00:00
Dion Hulse b1535c3d7e Introduce Custom Taxonomies Translation strings, Correctly identifies the taxonomy in the Strings of the edit pages. See #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@13077 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 03:08:16 +00:00
Ryan Boren 1e2b47d4f6 Use show_ui instead of _show. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13046 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-10 17:43:29 +00:00
Dion Hulse e5b17da3fb Rename new taxonomy page hooks to prevent hook conflicts. See #12171
git-svn-id: https://develop.svn.wordpress.org/trunk@13035 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-09 10:56:39 +00:00
Ryan Boren 86d7ef0b69 Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@13025 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-08 18:02:23 +00:00
Dion Hulse d2f30e5762 Migrate Category Edit UI hooks, Standardise on custom-taxonomies hooks, add custom-fields for taxonomies UI hooks. See #11838, Fixes #11191
git-svn-id: https://develop.svn.wordpress.org/trunk@12941 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-04 10:51:58 +00:00
Dion Hulse a03409e0af Display correct Taxonomy heading. See #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@12835 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-26 12:13:24 +00:00
Dion Hulse 8c6e15b457 First scratch at Taxonomy Capabilities. See #12035
git-svn-id: https://develop.svn.wordpress.org/trunk@12833 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-26 11:32:04 +00:00
Dion Hulse bc3fbede7f Merge Categories/Hierarchical taxonomies into edit-tags.php. See #11838
git-svn-id: https://develop.svn.wordpress.org/trunk@12818 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-24 11:00:27 +00:00
Dion Hulse f022897182 Fix Tag paging number whilst searching. Fixes #11989
git-svn-id: https://develop.svn.wordpress.org/trunk@12816 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-24 02:07:13 +00:00
Ryan Boren 8ef8b7bad5 Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-15 22:11:12 +00:00
Ron Rennick d0f31a991c merge multisite admin - edit links,tags,cats,options, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12712 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-12 21:11:52 +00:00
Ryan Boren 5656bbea87 Add post_type inputs. Fix submenu highlighting. Props dd32. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@12683 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-10 01:24:56 +00:00
Ryan Boren dfe2e39c2c Deprecate argument. Never fallback to options table for user option requests. Props nacin. fixes #11615
git-svn-id: https://develop.svn.wordpress.org/trunk@12616 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-07 00:01:52 +00:00
Ryan Boren 9ef2cb198f More custom post type support. Props scribu. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@12597 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-04 16:58:43 +00:00
Andrew Ozz 060d9185e6 Remove unused .fade CSS class, props nacin, fixes #11628
git-svn-id: https://develop.svn.wordpress.org/trunk@12546 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-26 09:00:58 +00:00
Andrew Ozz de918a6161 Fix typo in edit-tags.php (proper patch), props nacin, fixes #11350 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@12444 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-18 06:30:16 +00:00
Andrew Ozz 6084374677 Fix typo in edit-tags.php, props nacin, fixes #11350 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@12442 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-18 06:22:44 +00:00
Ryan Boren 16b48edadf Don't fallback to the options database when retrieving *_per_page user options. Props nacin. fixes #11385
git-svn-id: https://develop.svn.wordpress.org/trunk@12375 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-11 23:14:43 +00:00
Andrew Ozz 07f2fd2e4b Fix errors when bulk actions executed on empty list, props nacin, see #11184
git-svn-id: https://develop.svn.wordpress.org/trunk@12317 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-03 01:43:49 +00:00
Peter Westwood d288c8eea0 Some admin copy improvements fixes. #6362 props xenlab and ninjaWR.
git-svn-id: https://develop.svn.wordpress.org/trunk@12228 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-19 22:16:16 +00:00
Andrew Ozz 02f0eee9eb Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
git-svn-id: https://develop.svn.wordpress.org/trunk@11676 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-01 08:12:39 +00:00
Ryan Boren 793db461d5 Fix search for custom taxonomies. Props gortsleigh. fixes #9971
git-svn-id: https://develop.svn.wordpress.org/trunk@11481 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-29 02:54:44 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Mark Jaquith a2bf4db52b Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: https://develop.svn.wordpress.org/trunk@11312 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 22:40:56 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren 4a047f4240 Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 21:28:58 +00:00
Ryan Boren 3b7130bbae attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11110 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 06:37:51 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Andrew Ozz 9a62b02dfe CSS cleanup and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 04:41:05 +00:00
Ryan Boren 23eb9d942b Add per page screen option for tags
git-svn-id: https://develop.svn.wordpress.org/trunk@10909 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-10 21:52:57 +00:00
Andrew Ozz 10aaa00f62 Tag descriptions, props aaroncampbell, fixes #9381
git-svn-id: https://develop.svn.wordpress.org/trunk@10903 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-09 16:00:40 +00:00
Ryan Boren cfef7198b4 Remember page when redirecting after tag edit. Props Viper007Bond. fixes #9220 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10775 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-13 05:24:20 +00:00
Andrew Ozz 0d7d164dd9 Fix highlighting for custom taxonomies menus
git-svn-id: https://develop.svn.wordpress.org/trunk@10569 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-14 02:37:10 +00:00
Ryan Boren 527378f82a Bail if invalid taxonomy given
git-svn-id: https://develop.svn.wordpress.org/trunk@10556 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 00:19:42 +00:00
Ryan Boren 1a3a511688 More custom taxonomy support for edit-tags.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10555 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-12 00:00:01 +00:00
Ryan Boren 0066076858 Add taxonomy argument to wp_tag_cloud()
git-svn-id: https://develop.svn.wordpress.org/trunk@10554 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-11 23:41:29 +00:00
Andrew Ozz 80fb5c79ce Cleanup js files and prepare for concatenating, move most inline js to files
git-svn-id: https://develop.svn.wordpress.org/trunk@10348 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-12 13:43:17 +00:00
Ryan Boren 001f4a16b8 get_previous_comments_link() and get_next_comments_link(). Props Viper007Bond. fixes #8058 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10239 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-22 19:33:09 +00:00
Ryan Boren baaaa352ba Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 18:03:31 +00:00
Andrew Ozz e216144286 Action -> Bulk Action for manage screens, props FFEMTcJ, fixes #8375
git-svn-id: https://develop.svn.wordpress.org/trunk@10049 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 21:57:56 +00:00
Andrew Ozz c0b6062654 Easier translation for search strings in H2s
git-svn-id: https://develop.svn.wordpress.org/trunk@10035 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 12:01:02 +00:00
Andrew Ozz 29bca3d957 Add search string to H2s, fixes #8373
git-svn-id: https://develop.svn.wordpress.org/trunk@10034 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 09:20:52 +00:00
Andrew Ozz 72f4d14f13 Fix QE colspan in ie6/7, fixes #8262
git-svn-id: https://develop.svn.wordpress.org/trunk@9969 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-29 23:09:04 +00:00
Andrew Ozz bdb1810ef8 Pagination arrow replacement, fixes #8363
git-svn-id: https://develop.svn.wordpress.org/trunk@9914 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 00:28:24 +00:00
Andrew Ozz 90c37c1792 Screen icons
git-svn-id: https://develop.svn.wordpress.org/trunk@9903 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 13:51:25 +00:00
Peter Westwood b98e39d0e5 Allow a plugin to control the number of tags per edit tags page.
git-svn-id: https://develop.svn.wordpress.org/trunk@9848 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-23 08:48:57 +00:00
Ryan Boren bbaa2ed570 Page link styling improvements. Props iammattthomas. fixes #8266
git-svn-id: https://develop.svn.wordpress.org/trunk@9746 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 00:59:57 +00:00
Ryan Boren 42524ceea5 Key screen meta off of page hook. fixes #8246
git-svn-id: https://develop.svn.wordpress.org/trunk@9735 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 19:16:26 +00:00
Andrew Ozz 57a1c6f31e CSS fixes and improvements, also IE7 and some IE6 fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9733 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 18:01:00 +00:00
Andrew Ozz 521d3c0998 Consolidate six more js files
git-svn-id: https://develop.svn.wordpress.org/trunk@9631 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 09:35:50 +00:00
Ryan Boren 7f00d29121 Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@9620 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 22:40:16 +00:00
Ryan Boren 83e002f20b Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9596 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:54:18 +00:00
Ryan Boren a44339268a i18n fixes from nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9589 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:42:51 +00:00
Andrew Ozz d998d37ac0 Set search button class to .button
git-svn-id: https://develop.svn.wordpress.org/trunk@9563 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-07 23:12:39 +00:00
Andrew Ozz b5a79bce8d Display warning when bulk deleting posts, pages, attachments, comments, etc.
git-svn-id: https://develop.svn.wordpress.org/trunk@9560 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-07 03:13:50 +00:00
Ryan Boren f4e050164d screen_meta() fixes. Show Help on more pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@9557 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 22:21:27 +00:00
Andrew Ozz 7b2d2b7a11 Help tab
git-svn-id: https://develop.svn.wordpress.org/trunk@9545 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 08:13:50 +00:00
Ryan Boren d9ca3f7dbb Move notices below h2
git-svn-id: https://develop.svn.wordpress.org/trunk@9531 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 19:51:07 +00:00
Andrew Ozz 2dde47a9f2 Add "Choose from popular tags" to the tags postbox
git-svn-id: https://develop.svn.wordpress.org/trunk@9518 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-04 23:15:59 +00:00
Andrew Ozz 394968b4e1 Attach 'Screen Options' button to the sliding layer and related changes
git-svn-id: https://develop.svn.wordpress.org/trunk@9363 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-27 01:22:24 +00:00
Andrew Ozz 28f001214c More styling for the Tags page, change the Options pages background color to light gray
git-svn-id: https://develop.svn.wordpress.org/trunk@9345 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 20:55:40 +00:00
Peter Westwood 16375fdc5a unique search input ids.
git-svn-id: https://develop.svn.wordpress.org/trunk@9341 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 18:43:33 +00:00
Ryan Boren 5999f964e7 Introduce get_edit_tag_link() and add option to wp_tag_cloud() for showing edit links.
git-svn-id: https://develop.svn.wordpress.org/trunk@9340 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 18:19:42 +00:00
Andrew Ozz 09b755baf1 2 column Tags page, needs more styling
git-svn-id: https://develop.svn.wordpress.org/trunk@9339 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 08:01:37 +00:00
Andrew Ozz 0e845af695 New buttons and styling for all "management" pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 18:25:46 +00:00
Mark Jaquith 8f702da770 Screen Options tab, rough draft
git-svn-id: https://develop.svn.wordpress.org/trunk@9319 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 10:29:07 +00:00
Mark Jaquith 202c2fc0be Covering our XSS bases
git-svn-id: https://develop.svn.wordpress.org/trunk@9233 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:06:22 +00:00
Mark Jaquith 377ad4f01d Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:02:03 +00:00