Ticket #15852: t15852-phpdoc-notation.diff
| File t15852-phpdoc-notation.diff, 1.9 KB (added by demetris, 2 years ago) |
|---|
-
wp-admin/includes/ms.php
340 340 return true; 341 341 } 342 342 343 /* 343 /** 344 344 * @since 3.0.0 345 345 * 346 346 * @return int of upload size limit in bytes -
wp-includes/deprecated.php
2035 2035 return apply_filters('attachment_innerHTML', $innerHTML, $post->ID); 2036 2036 } 2037 2037 2038 /* 2038 /** 2039 2039 * Retrieve bookmark data based on ID. 2040 2040 * 2041 2041 * @since 2.0.0 -
wp-includes/functions.php
4303 4303 return $file_data; 4304 4304 } 4305 4305 4306 /* 4306 /** 4307 4307 * Used internally to tidy up the search terms 4308 4308 * 4309 4309 * @access private -
wp-includes/meta.php
439 439 return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $meta_query, $meta_type, $primary_table, $primary_id_column, &$context ) ); 440 440 } 441 441 442 /* 442 /** 443 443 * Populates the $meta_query property 444 444 * 445 445 * @access private -
wp-includes/taxonomy.php
505 505 return $object_ids; 506 506 } 507 507 508 /* 508 /** 509 509 * Given a taxonomy query, generates SQL to be appended to a main query. 510 510 * 511 511 * @since 3.1.0 … … 1715 1715 return true; 1716 1716 } 1717 1717 1718 /* 1718 /** 1719 1719 * Deletes one existing category. 1720 1720 * 1721 1721 * @since 2.0.0
