Updated hooks and a new Dolly plugin.

git-svn-id: https://develop.svn.wordpress.org/trunk@1340 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-05-22 08:45:36 +00:00
parent 62828f16a8
commit 1d74302745
4 changed files with 63 additions and 8 deletions

View File

@@ -1,9 +1,5 @@
<?php
function wp_admin_head() {
do_action('wp_head', '');
}
function url_shorten ($url) {
$short_url = str_replace('http://', '', stripslashes($url));
$short_url = str_replace('www.', '', $short_url);