diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-23 23:11:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-23 23:11:59 +0000 |
commit | 30110a87701149dd23f250354266159ea3e07c35 (patch) | |
tree | 775143b1e81d7ca56df00f29a576e90218545f56 /scripts | |
parent | 9574766ad8f8810baf42a81ae105984254f0fc0a (diff) | |
download | brdo-30110a87701149dd23f250354266159ea3e07c35.tar.gz brdo-30110a87701149dd23f250354266159ea3e07c35.tar.bz2 |
- Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link().
TODO:
1. Update theme upgrade instructions in the handbook: node_link() is gone.
2. Remove page_link() just like we removed node_link().
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/prefix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prefix.sh b/scripts/prefix.sh index 00793a8a5..8c7f93655 100644 --- a/scripts/prefix.sh +++ b/scripts/prefix.sh @@ -1,7 +1,7 @@ #!/bin/sh if [ $# != 2 ]; then - cat >&2 << EOH + cat >&2 << EOH This is Drupal database prefixer. Usage: |