Ticket #3653: 3653.patch
File 3653.patch, 659 bytes (added by , 6 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php
761 761 if ( empty( $post_id ) ) { 762 762 $post_id = get_the_ID(); 763 763 } 764 $params = '';764 $params = array(); 765 765 $args = get_post_meta( $post_id, '_wp-parser_args', true ); 766 766 $tags = get_post_meta( $post_id, '_wp-parser_tags', true ); 767 767