Monthly Archive for November, 2007

18 Nov 2007

WordPress Nightly Builds, Subversion (SVN) Repository, Release Archives

The latest WordPress codebase can be obtained from either of the following sources: http://svn.automattic.com/wordpress/trunk/ (Subversion (SVN) Repository) http://wordpress.org/download/release-archive/ (Release Archives) http://static.wordpress.org/builds/?C=M;O=D (Nightly Builds)

07 Nov 2007

Remove WordPress rsd_link(), wlwmanifest_link(), wp_generator()

rsd_link(), wlwmanifest_link(), wp_generator() are bunch of WordPress default filters that clutter the <head></head> section of your Theme’s template header.php file: <head> … <link rel="EditURI" type="application/rsd xml" title="RSD" href="http://…/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest xml" href="http://…/wp-includes/wlwmanifest.xml" /> <meta name="generator" content="WordPress/…" /> … </head> Remove rsd_link() and / or wlwmanifest_link() You can remove clutter of unused rsd_link() (Really [...]