Ticket #17130: ticket.17130.diff
| File ticket.17130.diff, 679 bytes (added by , 15 years ago) |
|---|
-
wp-includes/general-template.php
1877 1877 } 1878 1878 1879 1879 /** 1880 * Retrieve the $content_width value for the current theme. 1881 * 1882 * The $content_width is used to assign a maximum width for images within 1883 * the content area of a post. 1884 * 1885 * @since 3.2.0 1886 */ 1887 function get_content_width() { 1888 global $content_width; 1889 1890 return $content_width; 1891 } 1892 1893 /** 1880 1894 * Display the language attributes for the html tag. 1881 1895 * 1882 1896 * Builds up a set of html attributes containing the text direction and language