﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
9171,Shortcodes not outputting correctly,ridesign,anonymous,"When using the below shortcodes function, the post id does not output where the shortcode is typed in the post page. The post id is displayed right at the start of the post section.

function shortcode_id() {
  the_ID();
}
add_shortcode('id', 'shortcode_id');

What outputs on the post page:
10741This is a good post. This is Post ID:

What is typed in the post page: 
This is a good post. This is Post ID:[id]",defect (bug),closed,high,,General,2.7,normal,invalid,"shortcode, shortcodes",ridesign
