mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 14:50:29 +00:00
Alot more tabs. Props jacobsantos & Viper007bond. See #14147
git-svn-id: https://develop.svn.wordpress.org/trunk@15355 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -57,7 +57,7 @@ function the_post_thumbnail( $size = 'post-thumbnail', $attr = '' ) {
|
||||
* @param int $post_id Optional. Post ID.
|
||||
* @param string $size Optional. Image size. Defaults to 'thumbnail'.
|
||||
* @param string|array $attr Optional. Query string or array of attributes.
|
||||
*/
|
||||
*/
|
||||
function get_the_post_thumbnail( $post_id = NULL, $size = 'post-thumbnail', $attr = '' ) {
|
||||
global $id;
|
||||
$post_id = ( NULL === $post_id ) ? $id : $post_id;
|
||||
|
||||
Reference in New Issue
Block a user