Changeset 46821 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 12/06/2019 10:21:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r46754 r46821 4570 4570 * @since 4.7.0 4571 4571 * 4572 * @return sarray Allowed URLs.4572 * @return array Allowed URLs. 4573 4573 */ 4574 4574 public function get_allowed_urls() { … … 5701 5701 * @since 4.7.0 5702 5702 * 5703 * @return sbool Whether there are published (or to be published) pages.5703 * @return bool Whether there are published (or to be published) pages. 5704 5704 */ 5705 5705 public function has_published_pages() {
Note: See TracChangeset
for help on using the changeset viewer.