Sergey Biryukov
2b2c46e79f
Correct default value and inline description for $meta argument. see #22187 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@24262 602fd350-edb4-49c9-b593-d223f7449a82
2013-05-15 17:54:02 +00:00
Andrew Nacin
c91475ebe1
Required arguments can't follow optional arguments.
...
Make required arguments optional in confirm_blog_signup().
Mark arguments as required in _future_post_hook(), the walker method display_element(), get_author_link() (deprecated), and the WP_Widget constructor.
props rlerdorf.
see #24210 .
git-svn-id: https://develop.svn.wordpress.org/trunk@24126 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-29 13:26:31 +00:00
Andrew Nacin
de6fba2b41
Adjust some strings in wp-signup.php.
...
* Remove double space.
* Remove outer HTML.
props pavelevap, SergeyBiryukov.
fixes #22306 .
git-svn-id: https://develop.svn.wordpress.org/trunk@24058 602fd350-edb4-49c9-b593-d223f7449a82
2013-04-22 20:49:24 +00:00
Sergey Biryukov
027ee84349
Add inline documentation for wp-signup.php. props DrewAPicture. fixes #22187 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@23362 602fd350-edb4-49c9-b593-d223f7449a82
2013-01-31 03:13:22 +00:00
Andrew Nacin
ee88036c08
Use network_site_url() for wp-signup.php. props markjaquith. see #19796 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@21813 602fd350-edb4-49c9-b593-d223f7449a82
2012-09-11 12:27:25 +00:00
Ryan Boren
92ea34f6a2
Use set_url_scheme(). Props johnbillion, MarcusPope. see #19037 #20759
...
git-svn-id: https://develop.svn.wordpress.org/trunk@21664 602fd350-edb4-49c9-b593-d223f7449a82
2012-08-30 13:33:00 +00:00
Andrew Nacin
878c428f12
Combine two strings. props jiehanzheng. fixes #20500 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@20556 602fd350-edb4-49c9-b593-d223f7449a82
2012-04-21 06:40:31 +00:00
Ryan Boren
b495757102
Fix notices. Simplify checkbox logic. Props SergeyBiryukov. fixes #19670
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19850 602fd350-edb4-49c9-b593-d223f7449a82
2012-02-07 17:12:46 +00:00
Ryan Boren
939ed92f83
Remove references to specific search engines. fixes #18605
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19794 602fd350-edb4-49c9-b593-d223f7449a82
2012-01-30 20:51:00 +00:00
Ryan Boren
676ba7043e
Use one space, not two, after trailing punctuation. fixes #19537
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19593 602fd350-edb4-49c9-b593-d223f7449a82
2011-12-13 23:45:31 +00:00
Ryan Boren
80ee709653
Introduce wp_no_robots(). Call it for pages that should never be indexed, regardless of blog privacy settings. Props nacin. fixes #19251
...
git-svn-id: https://develop.svn.wordpress.org/trunk@19304 602fd350-edb4-49c9-b593-d223f7449a82
2011-11-15 20:44:48 +00:00
Ryan Boren
8eea785bcb
Add magic get/set/isset methods to WP_User to avoid data duplication. Standardize on WP_User::ID. Props scribu. see #15458
...
git-svn-id: https://develop.svn.wordpress.org/trunk@18504 602fd350-edb4-49c9-b593-d223f7449a82
2011-08-04 03:09:27 +00:00
Andrew Nacin
6076211cc6
Code readability improvements. props niallkennedy, fixes #17166 , #17182 , #17231 , #16474 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@17989 602fd350-edb4-49c9-b593-d223f7449a82
2011-05-22 22:30:05 +00:00
Andrew Nacin
3f1b37148d
s/ms-options/settings/. props koke, fixes #15708 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@16755 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-06 19:26:26 +00:00
Ryan Boren
904a670a28
Markup and gettext fixes. Props sorich87. fixes #14731
...
git-svn-id: https://develop.svn.wordpress.org/trunk@16653 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-01 17:31:24 +00:00
Andrew Nacin
e2dfe4f5c2
Revert submit_button() for wp-includes, setup-config, install, login, signup. see [16061], see #15064 , fixes #15247 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@16066 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-29 00:31:27 +00:00
Mark Jaquith
d65cdf4ba8
Expand submit_button() capabilities. Replace all (or almost all) manual HTML instances in WP. props sbressler. see #15064
...
git-svn-id: https://develop.svn.wordpress.org/trunk@16061 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-28 21:56:43 +00:00
Andrew Nacin
8db82e5ea1
Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@16009 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-27 10:46:24 +00:00
Dion Hulse
82443ce769
Use Absolute URL's & API's in header redirects in more locations. See #14062
...
git-svn-id: https://develop.svn.wordpress.org/trunk@16008 602fd350-edb4-49c9-b593-d223f7449a82
2010-10-27 10:43:43 +00:00
Ryan Boren
494ee995b5
Use get_current_user() and get_current_user_id() instead of global . Props filofo. see #13934 for trunk
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15315 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-24 15:01:29 +00:00
Ryan Boren
82be9621ec
Trim trailing whitespace.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15235 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 20:19:35 +00:00
Ron Rennick
926fe67ebb
signup username length consistent with user_login field, props niallkennedy, fixes #13842
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15217 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-11 15:26:11 +00:00
Andrew Nacin
0ed6a9bbb2
Valid HTML for wp-signup. fixes #13369 , props ocean90, snumb130.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15199 602fd350-edb4-49c9-b593-d223f7449a82
2010-06-10 20:44:54 +00:00
Ron Rennick
bd7ccea9ee
strip www before adding subdomain when creating new site
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15050 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-29 00:32:10 +00:00
Andrew Nacin
314a092327
Fix some typos. props xibe, fixes #13537 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14898 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 17:53:34 +00:00
Peter Westwood
3ae96b2e43
Make the signup type in the message for super admins translatable. Fixes #13506 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14821 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-23 21:05:04 +00:00
Ron Rennick
dcb7c7cb13
use get_blogaddress_by_name in wp-signup, see #12735
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14704 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-16 22:36:58 +00:00
Ron Rennick
b63a461cc6
signup cleanup, props ocean90, fixes #13087
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14575 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-12 00:45:01 +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
491063c698
Tweak new strings for better typography. Props demetris. Fixes #12962
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14070 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-11 10:41:54 +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
Ron Rennick
e9d9581eba
add actions before and after signup form, see #12199
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13629 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-09 16:27:02 +00:00
Peter Westwood
6b5edee63a
Fix some notices in wp-signup.php
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13584 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-04 18:38:39 +00:00
Ron Rennick
166f9bed44
more multisite UX rebranding, See #11644
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13384 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-24 20:45:02 +00:00
Andrew Nacin
d43ba9114b
Don't use deprecated functions. see #11388
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13106 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 10:35:10 +00:00
Ron Rennick
afede400bf
Redirect wp-signup.php to register when not multisite, See #11644
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12856 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-26 21:22:44 +00:00
Ryan Boren
e2adfc832a
Coding standards, space after if
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12752 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-18 20:34:48 +00:00
Ryan Boren
20d3a58ee1
Coding style
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12735 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-15 23:40:29 +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
dc9da44252
remove accidental executable flag, props ddebernardy, See #11743
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12689 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-10 18:22:18 +00:00
Ron Rennick
436316a4a8
Add is_subdomain_install() to ms code - Fixes #11796
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12674 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-08 21:25:01 +00:00
Ryan Boren
b153c75949
Use is_super_admin() instead of is_site_admin(). Props GIGALinux see #11644
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12672 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-08 20:29:56 +00:00
Ryan Boren
4c8ee2f889
Remove raquo. see #11644
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12628 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-07 03:40:03 +00:00
Ryan Boren
cf5aae053b
s/wpmu/ms/ in file refs. Props Denis-de-Bernardy. see #11644
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12622 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-07 00:30:53 +00:00
Ryan Boren
54675e2ee0
Fix deprecate spelling. Props filosofo. fixes #11758
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12606 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-06 20:05:44 +00:00
Peter Westwood
47aaca234b
Set svn-eolstyle on some files. See #11644 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12605 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-06 07:50:12 +00:00
Ron Rennick
032de15d5a
Add mu only (inactive) files
...
git-svn-id: https://develop.svn.wordpress.org/trunk@12603 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-06 04:02:57 +00:00