Make WordPress Core


Ignore:
Timestamp:
10/10/2008 06:21:16 PM (16 years ago)
Author:
ryan
Message:

phpdoc for wp-admin. Props jacobsantos. see #7527

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/press-this.php

    r9115 r9119  
    1717 * @package WordPress
    1818 * @subpackage Press_This
    19  * @since unknown
     19 * @since 2.6.0
    2020 *
    2121 * @param string $string
     
    3131 * @package WordPress
    3232 * @subpackage Press_This
    33  * @since unknown
     33 * @since 2.6.0
    3434 *
    3535 * @param string $text
     
    4848 * @package WordPress
    4949 * @subpackage Press_This
    50  * @since unknown
     50 * @since 2.6.0
    5151 *
    5252 * @return int Post ID
     
    174174        <?php break;
    175175    case 'photo_images':
     176        /**
     177         * Retrieve all image URLs from given URI.
     178         *
     179         * @package WordPress
     180         * @subpackage Press_This
     181         * @since 2.6.0
     182         *
     183         * @param string $uri
     184         * @return string
     185         */
    176186        function get_images_from_uri($uri) {
    177187            if( preg_match('/\.(jpg|jpe|jpeg|png|gif)$/', $uri) && !strpos($uri,'blogger.com') )
Note: See TracChangeset for help on using the changeset viewer.