phpdoc corrections from jacobsantos. see #7918

git-svn-id: https://develop.svn.wordpress.org/trunk@9243 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-18 20:46:30 +00:00
parent a612119693
commit b406bec607
10 changed files with 110 additions and 44 deletions

View File

@@ -298,7 +298,6 @@ function wp_default_scripts( &$scripts ) {
*
* @param object $styles
*/
function wp_default_styles( &$styles ) {
// This checks to see if site_url() returns something and if it does not
// then it assigns $guess_url to wp_guess_url(). Strange format, but it works.
@@ -346,7 +345,6 @@ function wp_default_styles( &$styles ) {
* @param array $js_array JavaScript scripst array
* @return array Reordered array, if needed.
*/
function wp_prototype_before_jquery( $js_array ) {
if ( false === $jquery = array_search( 'jquery', $js_array ) )
return $js_array;