Wordpress/wp-admin
Ryan Boren b5665344c2 Remove extra paren. Props tmountjr. fixes #4752
git-svn-id: https://develop.svn.wordpress.org/trunk@5874 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-15 22:26:54 +00:00
..
css RTL fixes from mani_monaj. fixes #4730 2007-08-13 15:36:26 +00:00
images
import Space before slash to properly close br tag. Props tmountjr. fixes #4717 2007-08-14 03:12:24 +00:00
includes Space before slash to properly close br tag. Props tmountjr. fixes #4717 2007-08-14 03:12:24 +00:00
js fix FF bug in write screen: post status change on reload. Props mdawaffe. fixes #4664 2007-07-24 21:40:58 +00:00
admin-ajax.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
admin-footer.php
admin-header.php ABSPATH already has a trailing slash. Props Nazgul. fixes #4607 2007-07-27 21:28:01 +00:00
admin.php ABSPATH already has a trailing slash. Props Nazgul. fixes #4607 2007-07-27 21:28:01 +00:00
bookmarklet.php
categories.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
comment.php
custom-header.php Make this more specific so it can be more easily overridden with CSS. 2007-07-10 04:38:27 +00:00
edit-category-form.php
edit-comments.php Absolute numbers where we will never allow negatives, fixes #4692 2007-08-01 19:41:44 +00:00
edit-form-advanced.php don't show Publish button when editing a future post. Props tellyworth. 2007-07-06 21:04:37 +00:00
edit-form-comment.php Some comment edit form aesthetics. fixes #4367 2007-05-30 23:53:34 +00:00
edit-form.php
edit-link-categories.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
edit-link-category-form.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
edit-link-form.php Ending DIV was missing in edit-link-form.php. Props idle and Nazgul. fixes #4688 2007-08-01 16:14:46 +00:00
edit-page-form.php
edit-pages.php Trim empty lines. Nothing but newline. 2007-06-14 02:25:30 +00:00
edit-post-rows.php Shows pending moderation comments in title and bold comment numbers with comments that need attention. 2007-07-29 19:56:55 +00:00
edit.php Ordering and labeling niceties for the Manage > Posts screen. see #4446 2007-06-24 06:25:49 +00:00
export.php A quick hook when an export is done 2007-08-11 01:31:10 +00:00
import.php Remove extra paren. Props tmountjr. fixes #4752 2007-08-15 22:26:54 +00:00
index-extra.php Translate ». see #3401 2007-06-11 21:05:50 +00:00
index.php Move the_title filter to get_the_title. Props jhodgdon. fixes #4477 2007-06-25 17:48:35 +00:00
install-helper.php
install.php More streamlined install process. Obeys WP_SITEURL if defined. fixes #4687 (props JeremyVisser, Nazgul), see #4685 2007-08-03 01:08:59 +00:00
link-add.php Separate AJAX cat adder into post and link flavors. see #4189 2007-06-02 02:53:09 +00:00
link-category.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
link-import.php Sanitize cat_id, fixes #4691 2007-08-01 19:40:30 +00:00
link-manager.php Translate ». see #3401 2007-06-11 21:05:50 +00:00
link-parse-opml.php
link.php Separate AJAX cat adder into post and link flavors. see #4189 2007-06-02 02:53:09 +00:00
menu-header.php
menu.php First cut of link category management. Rough and ugly. 2007-06-05 05:08:27 +00:00
moderation.php Use doublequotes so line break works. Props Lloyd. fixes #4557 2007-06-28 23:08:23 +00:00
options-discussion.php Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674 2007-07-30 16:32:12 +00:00
options-general.php Favor the term "blog" instead of "weblog." Props foolswisdom and Nazgul. fixes #4674 2007-07-30 16:32:12 +00:00
options-head.php
options-misc.php
options-permalink.php Don't tell users they have to update their .htaccess unless we're actually giving them something with which to update it. fixes #4706 2007-08-08 04:10:20 +00:00
options-privacy.php
options-reading.php
options-writing.php Fix default cat options. see #4189 2007-05-27 17:57:15 +00:00
options.php Sanitize option names in option.php, use current escaping functions. for trunk 2007-08-01 19:24:51 +00:00
page-new.php Translate ». see #3401 2007-06-11 21:05:50 +00:00
page.php
plugin-editor.php
plugins.php Display fatal errors that prevent plugins from being activated. fixes #4508 2007-06-25 18:57:54 +00:00
post-new.php Revert jcalendar date picker experiment. Save it for another day. fixes #4641 2007-07-17 19:26:03 +00:00
post.php Revert jcalendar date picker experiment. Save it for another day. fixes #4641 2007-07-17 19:26:03 +00:00
profile-update.php
profile.php Add ID's to profile edit form's fieldsets. fixes #4434 2007-06-12 21:52:50 +00:00
rtl.css RTL fixes from mani_monaj. fixes #4730 2007-08-13 15:36:26 +00:00
setup-config.php
sidebar.php
templates.php
theme-editor.php
themes.php
update-links.php Consistently include wp-config.php. fixes #3349 2007-08-03 00:45:06 +00:00
upgrade.php ABSPATH already has a trailing slash. Props Nazgul. fixes #4607 2007-07-27 21:28:01 +00:00
upload.php Content-Type, not Content-type, as headers are case sensitive. Props foolswisdom and Nazgul. fixes #3545 2007-06-02 05:21:18 +00:00
user-edit.php use clean_url(). Nice catch, g30rg3x. see #4333 for trunk 2007-05-29 04:35:23 +00:00
users.php Add missing </em>. Props johnbillion. fixes #4479 2007-06-16 17:52:08 +00:00
widgets.php Trim empty lines. Nothing but newline. 2007-06-14 02:25:30 +00:00
wp-admin.css Specify our serif fonts for h2s. Props JeremyVisser. fixes #4713 2007-08-08 12:08:28 +00:00