Changeset 31242
- Timestamp:
- 01/19/2015 08:35:05 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r31168 r31242 146 146 * 147 147 * @global array $shortcode_tags 148 * @param string $tag 149 * @return boolean 148 * 149 * @param string $content Content to search for shortcodes. 150 * @param string $tag Shortcode tag to check. 151 * @return bool Whether the passed content contains. the given shortcode. 150 152 */ 151 153 function has_shortcode( $content, $tag ) {
Note: See TracChangeset
for help on using the changeset viewer.