Commit Graph

7323 Commits

Author SHA1 Message Date
scribu
253faa4bbe Deprecated get_editable_user_ids() altogether, along with similar, unused functions. See #14572
git-svn-id: http://svn.automattic.com/wordpress/trunk@15542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-27 01:07:21 +00:00
scribu
7a62e9057d Fix post_author_meta_box(). See #14572
git-svn-id: http://svn.automattic.com/wordpress/trunk@15541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-27 00:24:41 +00:00
scribu
18469c28ff Deprecate unused get_author_user_ids()and get_editable_authors(). See #14572
git-svn-id: http://svn.automattic.com/wordpress/trunk@15540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-27 00:22:29 +00:00
scribu
e7a6f6f967 use get_users() in get_editable_user_ids() and cache result. See #14572
git-svn-id: http://svn.automattic.com/wordpress/trunk@15539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-27 00:18:57 +00:00
scribu
32f3fc6cbf Fix weird wrapping of sorting arrow in Chrome. Fixes #14706
git-svn-id: http://svn.automattic.com/wordpress/trunk@15538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-26 22:11:04 +00:00
scribu
b9955d5a66 use unaltered in the get_list_table_* filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@15535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-26 11:02:51 +00:00
scribu
ab4fc9bba9 Rename admin-table.js to list-table.js
git-svn-id: http://svn.automattic.com/wordpress/trunk@15530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-25 01:59:13 +00:00
scribu
75219a5110 Introduce get_list_table(). See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-25 00:51:44 +00:00
scribu
385dbb646d On the plugins page, set and at the right time. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-24 19:50:55 +00:00
scribu
593bd95cea munge admin-table.js & minify jquery.query
git-svn-id: http://svn.automattic.com/wordpress/trunk@15526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-23 21:44:25 +00:00
scribu
db4e0ce056 Fix Recently Active plugins screen. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-23 21:31:42 +00:00
scribu
f9b862ed5e Use global_terms_enabled() instead of is_multisite() for term quick-editing
git-svn-id: http://svn.automattic.com/wordpress/trunk@15524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-23 18:56:39 +00:00
nbachiyski
ccc74eef47 Fix typo
There were multiple to-s


git-svn-id: http://svn.automattic.com/wordpress/trunk@15523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-23 18:55:26 +00:00
nbachiyski
33b3236c3c I18n fixes
Do not leave more than %s in a translatable string and add a comment for translators what each placeholder means


git-svn-id: http://svn.automattic.com/wordpress/trunk@15522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-23 18:53:38 +00:00
ryan
402bd5d1e2 Some escaping
git-svn-id: http://svn.automattic.com/wordpress/trunk@15521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-23 13:25:51 +00:00
scribu
cae0e969ce replace $table with $wp_list_table. See #14651
git-svn-id: http://svn.automattic.com/wordpress/trunk@15519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-22 11:22:46 +00:00
scribu
33ccdcdeab use is_a() instead of is_object() in screen_meta(). See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-22 01:50:34 +00:00
scribu
65206ec0d7 Make deprecated functions work. See #14651
git-svn-id: http://svn.automattic.com/wordpress/trunk@15517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-21 18:08:42 +00:00
scribu
1ea0bc3486 Remove dead code from WP_List_Table::print_column_headers()
git-svn-id: http://svn.automattic.com/wordpress/trunk@15516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-21 16:56:24 +00:00
scribu
3a1d872cfd Move list table deprecated functions to wp-admin/includes/deprecated.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@15515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-21 16:33:56 +00:00
scribu
fce15d1f2c Fix the comment type dropdown. Fixes #14637
git-svn-id: http://svn.automattic.com/wordpress/trunk@15513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-20 11:43:32 +00:00
scribu
1b2fa98e2a Add the floated_admin_avatar filter from WP_Comments_Table. See #14637
git-svn-id: http://svn.automattic.com/wordpress/trunk@15512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-20 11:18:41 +00:00
scribu
d61363d755 Show dropdowns filter even when JS is disabled. Props blepoxp. Fixes #14150
git-svn-id: http://svn.automattic.com/wordpress/trunk@15511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-19 20:10:28 +00:00
scribu
196de8fce6 Use adminTable to refill #the-extra-comment-list. See #14637
git-svn-id: http://svn.automattic.com/wordpress/trunk@15509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-19 00:06:51 +00:00
scribu
071746cc11 Fix the Trash quickling in edit-comments.php. See #14637
git-svn-id: http://svn.automattic.com/wordpress/trunk@15508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-18 22:26:22 +00:00
scribu
fbca3e400c refactor admin-table.js code
git-svn-id: http://svn.automattic.com/wordpress/trunk@15507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-18 21:02:24 +00:00
scribu
02668b6614 Temporary fix for #14637
git-svn-id: http://svn.automattic.com/wordpress/trunk@15506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-18 16:58:55 +00:00
scribu
27b022bd38 correct post id in comments_bubble()
git-svn-id: http://svn.automattic.com/wordpress/trunk@15505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-18 16:41:58 +00:00
scribu
eec59d35bb introduce WP_List_Table::comments_bubble(); revert to edit-comments.php?p=123. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-18 16:30:27 +00:00
scribu
d67b806cf4 WP_Comments_Table::extra_tablenav() - move the closing div back to it's original position. Fixes #14612. Props josephscott
git-svn-id: http://svn.automattic.com/wordpress/trunk@15502 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-17 21:55:42 +00:00
scribu
f2614ac277 Safer hierarchical display check. Fixes #14600; See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15501 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-16 01:36:21 +00:00
scribu
31b188da6e In WP_Posts_Table, merge _single_row_hierarchical() and _single_row(). Fixes #14089; see #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-15 22:36:17 +00:00
scribu
9f030b5345 Fix remaining links to ms-* files. Includes patch by markmcwilliams. See 14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-15 19:12:06 +00:00
scribu
bf4a46cd9f Round th corners. Based on patch by wedsxcrfv. Fixes #14613
git-svn-id: http://svn.automattic.com/wordpress/trunk@15498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-15 11:02:31 +00:00
scribu
b921471dea Fix Comments meta box in post editing screen. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-12 23:58:49 +00:00
scribu
c6056827ed Introduce WP_List_Table::check_permissions() and WP_List_Table::prepare_items(). Fixes #14596; See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-12 23:21:05 +00:00
scribu
17cc67eb45 Fix ajaxification in network area by using ajaxurl. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-12 00:45:40 +00:00
scribu
b6f7a90c29 Fix network files. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-12 00:38:46 +00:00
scribu
11ffaae225 Small, subtle fixes. See #14596
git-svn-id: http://svn.automattic.com/wordpress/trunk@15493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-12 00:15:31 +00:00
scribu
0c3a38fc6c Revert MS related stuff in plugins.php from [15491]
git-svn-id: http://svn.automattic.com/wordpress/trunk@15492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-11 23:49:30 +00:00
scribu
020ce73746 Ajaxify list-type screens in the admin. See #14579
git-svn-id: http://svn.automattic.com/wordpress/trunk@15491 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-11 21:54:51 +00:00
westi
113a5038ce Allow plugins to add more options to the comment status meta box easily. Fixes #14544 props ryan.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-07 21:06:06 +00:00
ryan
10deff9e1d Favorite action for network admin. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-02 19:07:03 +00:00
ryan
11dc4a27bc Move confirm_delete_users() to edit.php. Update links in edit.php. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15488 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-02 18:10:43 +00:00
ryan
84ce78ab1f Move dashboard_quota in dashboard.php. Don't perform current_user_can check before init.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-02 17:56:05 +00:00
ryan
0490be0ae7 Remove show_post_thumbnail_warning
git-svn-id: http://svn.automattic.com/wordpress/trunk@15486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-02 17:29:34 +00:00
ryan
56b53ff30f Remove 'plugins page is not visible to normal users' notice. We're just not that into you.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-02 17:25:54 +00:00
ryan
44799523bc Update network upgrade links. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-08-02 15:36:57 +00:00
ryan
551dc49b7b Fix network plugins menu active highlight. Props duck_. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-30 21:33:39 +00:00
ryan
21e3f0f7fa Network Admin, first pass. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-30 20:34:54 +00:00
westi
f243603e64 Context for the medium password strength string to disabiguate it. Fixes #14431 for trunk props demetris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15475 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-29 20:42:05 +00:00
markjaquith
7944bd5d82 These are not verbs. http://notaverb.com/badbad_verbs
git-svn-id: http://svn.automattic.com/wordpress/trunk@15473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-27 18:02:45 +00:00
nacin
65c1243ce3 More curses on PHP 5.0.5. see #13757, fixes #14160. for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-25 07:35:59 +00:00
dd32
7ffe984f8e Only use maintenance_mode() for ( is_multisite() || (plugin|theme) being updated is in use ) with Plugin|Theme Bulk Upgrades. See #14393
git-svn-id: http://svn.automattic.com/wordpress/trunk@15469 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-24 03:59:53 +00:00
ryan
a67155f514 Update wordpress.org blog url
git-svn-id: http://svn.automattic.com/wordpress/trunk@15457 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 13:45:43 +00:00
nacin
912058d2ac Ensure we're saving valid menu locations. for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-22 07:00:22 +00:00
ryan
fd6cc7c779 Make posts per page filters consistent and back compat. Props wpmuguru. fixes #14135 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-21 17:27:04 +00:00
nbachiyski
3730d14fa2 Do not include space in the beginning of internationalized string
git-svn-id: http://svn.automattic.com/wordpress/trunk@15448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-19 20:36:30 +00:00
ryan
2160674a67 Default posts per page to 20. Props wpmuguru. fixes #14342 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-19 16:28:26 +00:00
ryan
d9f3dd305a Add cap check. see #14343
git-svn-id: http://svn.automattic.com/wordpress/trunk@15441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-18 13:59:53 +00:00
ryan
59b28172be Add cap check. Props duck_. see #14343
git-svn-id: http://svn.automattic.com/wordpress/trunk@15439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-18 13:53:58 +00:00
nacin
5fd01d8cce Don't publish the first menu to the first menu location immediately on create. Bad UX. for 3.1.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-14 15:13:01 +00:00
nacin
a8af962f88 Fix admin memu link for tax assigned to pages. props SeyelentEco, fixes #13560 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-14 04:53:45 +00:00
nacin
113a26770f Fix checking for whether WP_User object is actually a user. props filosofo, fixes #13903 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-13 21:27:05 +00:00
ryan
98ea55a020 Back compat load actions. Props simonwheatley. fixes #14083 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-12 15:09:32 +00:00
ryan
11e51b7e0e Block editing of sites in a network other than the current one. Props wpmuguru. see #14185 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-12 15:01:25 +00:00
westi
5fdb333ab3 Ensure the language selection dropdown is output correctly. Fixes #14255 for trunk props SergeyBiryukov.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-10 07:25:10 +00:00
nacin
279c35a58f Add missing echo. props PhillKenoyer, fixes #14242 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-08 23:37:43 +00:00
nacin
77b0788dc8 Only ask for active_sitewide_plugins in deactivate_plugins() if we're running multisite.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-07 20:35:51 +00:00
ryan
9aaac543db Introduce DO_NOT_UPGRADE_GLOBAL_TABLES. fixes #14221 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-07 13:55:14 +00:00
nacin
535275b753 Use page_rows() for quick edit for all hierarchical post types. fixes #14194 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@15372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-07 07:39:14 +00:00
nacin
23c773df72 Use correct variable in export. fixes #14213 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-06 20:24:38 +00:00
ryan
23367b2009 Fix nonce for Press This category adder. fixes #14210 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15365 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-06 16:43:47 +00:00
nacin
68849c1bd5 Give nav-menus.php some better include paths.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-07-01 00:24:36 +00:00
nacin
a87c97cfee Curses on PHP 5.0.5. see #14160 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-30 22:05:27 +00:00
ryan
703fb0a73a Don't process allowedthemes option when editing a site. Props wpmuguru. fixes #14120
git-svn-id: http://svn.automattic.com/wordpress/trunk@15351 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-29 14:32:49 +00:00
ryan
4c94132656 Use WP_PLUGIN_DIR. Props bigsmoke, wojtek.szkutnik. fixes #14070 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-29 13:52:56 +00:00
nacin
91ef1974d8 s/trash/Trash/
git-svn-id: http://svn.automattic.com/wordpress/trunk@15345 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-29 08:47:43 +00:00
nacin
1017822b6f Deprecated doc cleanup.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15344 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-28 10:11:41 +00:00
nacin
67aafc648c Save add_new_users ms-option. props wpmuguru, fixes #14119 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15342 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-27 20:11:59 +00:00
ryan
c74ec2cca3 Use prepare(). Props Ben Ward.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-27 19:55:55 +00:00
nacin
6b2be08f6b screen_options() for 'show on screen' should look for show_ui post types, not public.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15339 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-27 08:38:06 +00:00
nacin
93a08d4d6f Increment first, to avoid ++ later on when it conflicts with [25].
git-svn-id: http://svn.automattic.com/wordpress/trunk@15338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-27 04:21:33 +00:00
nacin
57bc2fd164 Make Categories/Tags columns on edit.php properly aware of post types. Also ensure AJAX add-tag on edit-tags.php is given the post type. fixes #14061 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15336 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-27 01:05:53 +00:00
nacin
2ff7c13096 Proper handling of menu nonsupport message. props deanjrobinson, fixes #14098 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-26 07:12:15 +00:00
nacin
6925cea413 i18n a string in import.php. props vanillalounge, fixes #14086 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-25 15:04:54 +00:00
westi
ea91074608 Remove dead code. Props nacin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 19:51:46 +00:00
westi
4bb09d0382 Fix notice when visiting the plugins page as a site admin with multisite enabled. Fixes #14010.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 19:47:44 +00:00
ryan
35afb0b032 Markup fixes for plugins screen. Props johnbillion. fixes #14007 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 15:10:23 +00:00
ryan
81e213c211 Use get_current_user() and get_current_user_id() instead of global . Props filofo. see #13934 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@15315 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 15:01:29 +00:00
ryan
2468b66784 Remove unused global. Props filosofo. fixes #13933 for 3.1
git-svn-id: http://svn.automattic.com/wordpress/trunk@15313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 14:53:26 +00:00
nacin
8e62707d40 s/site/network/ in user-new.php.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-24 05:38:58 +00:00
nacin
6e2e5bdd73 Revert typo. Thanks autocomplete for randomly modifying my file. see #14026.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-23 07:22:43 +00:00
nacin
642e01ef4a Avoid variable clash in export.php. see #14026 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15306 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-23 07:17:49 +00:00
nacin
a1ded4c270 Tiny code cleanup. intval is used earlier so it is stored properly in the db; we just need true/false.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15305 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-23 05:10:45 +00:00
nacin
de1776af71 Fix typo in user-new help. see #14038 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-22 23:04:49 +00:00
nacin
27e720b359 s/goto/go to/g. props demetris, fixes #13863.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-21 20:52:48 +00:00
nacin
f1a95d0b80 Capitalization and grammar changes in upgrade strings. fixes #13628.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15300 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-21 19:38:19 +00:00
nacin
a2d6d57b21 Remove unused global from install-helper. props hakre, fixes #13405.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15299 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-21 19:31:50 +00:00
nacin
e2e2320f9e Use correct function name. props briancolinger, fixes #14021 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15297 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-06-21 18:18:39 +00:00