Andrew Nacin
4309532104
Help text typo fixes. props jorbin, dougwrites. see #13467
...
git-svn-id: https://develop.svn.wordpress.org/trunk@15001 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-27 19:20:52 +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
f32d9858c1
Remove stray tag. props Daniel Koskinen, fixes #13570 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14982 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-27 06:16:48 +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
de0488a920
Tools help. Props duck_. see #13467
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14966 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-26 22:18:19 +00:00
Ryan Boren
3bb7cdf6c3
Remove cat/tag importer from list of tools. see #13465
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14778 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-21 14:17:41 +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
2473cefe8f
s/blog/site/ in even more places. props PeteMall, see #11644 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@14315 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-30 03:17:49 +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
Andrew Nacin
d59ceca06e
Remove Gears from UI. see #11301
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13981 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-04 00:48:28 +00:00
Andrew Nacin
2205476b34
Update string to better reflect the times. see #11301
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13834 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-26 21:07:12 +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
Andrew Nacin
4705737542
Remove orphaned Turbo/Gears message in Opera. see #11301
...
git-svn-id: https://develop.svn.wordpress.org/trunk@13524 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-01 07:15:15 +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
Andrew Ozz
0aecb8d85d
screen_icon() after <div class="wrap">, props johnbillion, fixes #10795
...
git-svn-id: https://develop.svn.wordpress.org/trunk@11940 602fd350-edb4-49c9-b593-d223f7449a82
2009-09-16 03:13:21 +00:00
Ryan Boren
c4977b5b6b
Add tool_box action to tools.php. Allows appending to tools.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@11486 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-29 19:15:32 +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
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
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
Mark Jaquith
b073dfd5cf
Press This UI, Quoting fixes, plus ability for Contributors to use Press This. props noel. fixes #9434
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10855 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-01 05:41:52 +00:00
Andrew Ozz
69d712a4d8
Better Google Chrome "Disable Gears" message, props caesarsgrunt, fixes #7684
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10746 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-08 06:53:18 +00:00
Mark Jaquith
0870890b72
More strongly worded, active voice Gears warning
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10155 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 21:43:54 +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
Peter Westwood
94a4653a89
remove extra " props azaozz.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10113 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 10:30:30 +00:00
Peter Westwood
e1af906a31
Improve Press this descriptions. See #8186 props noel.
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10111 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 10:23:43 +00:00
Mark Jaquith
8aab9dbe94
Less Engrish-y Gears Denied text from mrmist and filosofo. fixes #8509
...
git-svn-id: https://develop.svn.wordpress.org/trunk@10109 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 09:19:11 +00:00
Peter Westwood
12e31d0401
Hide press this for subscribers. Fixes #8432 .
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9988 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-30 22:20:59 +00:00
Andrew Ozz
ef0882c043
Styling for Tools screen
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9943 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-28 10:14:43 +00:00
Ryan Boren
ff3f697dbf
Create Tools screen. fixes #8361
...
git-svn-id: https://develop.svn.wordpress.org/trunk@9929 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 21:11:25 +00:00